#720cc4

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

Shades of Purple Heart #720CC4

Tints of Purple Heart #720CC4

Color information

#720CC4 (or 0x720CC4) is unknown color: approx Purple Heart. HEX triplet: 72, 0C and C4. RGB value is (114,12,196). Sum of RGB (Red+Green+Blue) = 114+12+196=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 196 (76.95% from 255 or 60.87% from 322); Max value from RGB is 196 - color contains mainly: blue. Hex color #720CC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720CC4 is #8DF33B. Grayscale: #3E3E3E. Windows color (decimal): -9302844 or 12848242. OLE color: 12848242.

HSL color Cylindrical-coordinate representation of color #720CC4: hue angle of 273.26º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720CC4 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11412196-
CMYK0.420.9400.23
HSL273.26º88.46%40.78%-
HSV(B)273.26º93.88%76.86%-
XYZ17.037.8352.84-
YUV63.47202.79164.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 12 (5.08% from 255) = 3.73%
BLUE value IS 196 (76.95% from 255) = 60.87%
R=35.40%
G=3.73%
B=60.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal114121960.420.9400.23273.2688.4640.78
Hex72CC42A5E0171115829
Octal162143045213602742113051
Binary111001011001100010010101010111100101111000100011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720cc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720cc4; }

 p { color: rgb(114,12,196); }

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

<style>
 a { background-color: #720cc4; }

 a { background-color: rgb(114,12,196); }

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

<style>
 span { border-color: #720cc4; }

 span { border-color: rgb(114,12,196); }

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