#701BC2

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

Shades of Purple Heart #701BC2

Tints of Purple Heart #701BC2

Color information

#701BC2 (or 0x701BC2) is unknown color: approx Purple Heart. HEX triplet: 70, 1B and C2. RGB value is (112,27,194). Sum of RGB (Red+Green+Blue) = 112+27+194=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 194 (76.17% from 255 or 58.26% from 333); Max value from RGB is 194 - color contains mainly: blue. Hex color #701BC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701BC2 is #8FE43D. Grayscale: #464646. Windows color (decimal): -9430078 or 12721008. OLE color: 12721008.

HSL color Cylindrical-coordinate representation of color #701BC2: hue angle of 270.54º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701BC2 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11227194-
CMYK0.420.8600.24
HSL270.54º75.57%43.33%-
HSV(B)270.54º86.08%76.08%-
XYZ16.818.1251.72-
YUV71.45197.16156.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 27 (10.94% from 255) = 8.11%
BLUE value IS 194 (76.17% from 255) = 58.26%
R=33.63%
G=8.11%
B=58.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112271940.420.8600.24270.5475.5743.33
Hex701BC22A5601810f4c2b
Octal160333025212603041711453
Binary1110000110111100001010101010101100110001000011111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,27,194); }

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

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

 a { background-color: rgb(112,27,194); }

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

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

 span { border-color: rgb(112,27,194); }

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