#720fcb

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

Shades of Purple Heart #720FCB

Tints of Purple Heart #720FCB

Color information

#720FCB (or 0x720FCB) is unknown color: approx Purple Heart. HEX triplet: 72, 0F and CB. RGB value is (114,15,203). Sum of RGB (Red+Green+Blue) = 114+15+203=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #720FCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720FCB is #8DF034. Grayscale: #414141. Windows color (decimal): -9302069 or 13307762. OLE color: 13307762.

HSL color Cylindrical-coordinate representation of color #720FCB: hue angle of 271.6º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720FCB is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11415203-
CMYK0.440.9300.20
HSL271.6º86.24%42.75%-
HSV(B)271.6º92.61%79.61%-
XYZ17.898.2357.15-
YUV66.03205.3162.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.34%
GREEN value IS 15 (6.25% from 255) = 4.52%
BLUE value IS 203 (79.69% from 255) = 61.14%
R=34.34%
G=4.52%
B=61.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114152030.440.9300.20271.686.2442.75
Hex72FCB2C5D014110562b
Octal162173135413502442012653
Binary111001011111100101110110010111010101001000100001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720fcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,15,203); }

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

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

 a { background-color: rgb(114,15,203); }

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

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

 span { border-color: rgb(114,15,203); }

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