Html Css Color HEX #720FCB Purple Heart

📋 copy color: '#720FCB'

red 114 ◦ green 15 ◦ blue 203

#720FCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #720FCB

Tints of Purple Heart #720FCB

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 value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#720FCB (or 0x720FCB) is known color: 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

RGB 114 15 203 -
CMYK 0.44 0.93 0 0.20
HSL 271.6º 0.86% 0.43% -
HSV(B) 271.6º 0.93% 0.8% -
XYZ 17.89 8.23 57.15 -
YUV 66.03 205.3 162.21 -
System Red Green Blue C M Y K H S L
Decimal 114 15 203 0.44 0.93 0 0.20 271.6 0.86 0.43
Hex 72 F CB 2C 5D 0 14 110 56 2B
Octal 162 17 313 54 135 0 24 420 126 53
Binary 1110010 1111 11001011 101100 1011101 0 10100 100010000 1010110 101011

Color Harmonies of #720FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720FCB

Black with #720FCB

Text Example


Text Example

White with #720FCB

Text Example


Text Example

HTML Codes & Css Web 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>