#701FCB

Color #701FCB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #701FCB

Tints of Purple Heart #701FCB

Color information

#701FCB (or 0x701FCB) is unknown color: approx Purple Heart. HEX triplet: 70, 1F and CB. RGB value is (112,31,203). Sum of RGB (Red+Green+Blue) = 112+31+203=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #701FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FCB is #8FE034. Grayscale: #4A4A4A. Windows color (decimal): -9429045 or 13311856. OLE color: 13311856.

HSL color Cylindrical-coordinate representation of color #701FCB: hue angle of 268.26º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701FCB is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11231203-
CMYK0.450.8500.20
HSL268.26º73.5%45.88%-
HSV(B)268.26º84.73%79.61%-
XYZ17.958.7457.24-
YUV74.83200.34154.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 31 (12.5% from 255) = 8.96%
BLUE value IS 203 (79.69% from 255) = 58.67%
R=32.37%
G=8.96%
B=58.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112312030.450.8500.20268.2673.545.88
Hex701FCB2D5501410c4a2e
Octal160373135512502441411256
Binary1110000111111100101110110110101010101001000011001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701FCB; }

 p { color: rgb(112,31,203); }

 H1.HeaderClassName
 {
   color: #701FCB;
 }
 .AnyTagClassName
 {
   color: #701FCB;
 }
</style>
background-color css

<style>
 a { background-color: #701FCB; }

 a { background-color: rgb(112,31,203); }

 div.DivClassName
 {
   background-color: #701FCB;
 }
 .BgClassName
 {
   background-color: #701FCB;
 }
</style>
border-color css

<style>
 span { border-color: #701FCB; }

 span { border-color: rgb(112,31,203); }

 td.TdClassName
 {
   border-color: #701FCB;
 }
 .TagClassName
 {
   border-color: #701FCB;
 }
</style>