Html Css Color HEX #720ECB Purple Heart

📋 copy color: '#720ECB'

red 114 ◦ green 14 ◦ blue 203

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

Shades of Purple Heart #720ECB

Tints of Purple Heart #720ECB

RGB

 RED value IS 114 (44.92% from 255) = 34.44%

 GREEN value IS 14 (5.86% from 255) = 4.23%

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 34.44%
G = 4.23%
B = 61.33%

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

#720ECB (or 0x720ECB) is known color: Purple Heart. HEX triplet: 72, 0E and CB. RGB value is (114,14,203). Sum of RGB (Red+Green+Blue) = 114+14+203=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #720ECB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720ECB is #8DF134. Grayscale: #404040. Windows color (decimal): -9302325 or 13307506. OLE color: 13307506.

HSL color Cylindrical-coordinate representation of color #720ECB: hue angle of 271.75º degrees, saturation: 0.87, 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 #720ECB is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 14 203 -
CMYK 0.44 0.93 0 0.20
HSL 271.75º 0.87% 0.43% -
HSV(B) 271.75º 0.93% 0.8% -
XYZ 17.88 8.2 57.14 -
YUV 65.45 205.63 162.63 -
System Red Green Blue C M Y K H S L
Decimal 114 14 203 0.44 0.93 0 0.20 271.75 0.87 0.43
Hex 72 E CB 2C 5D 0 14 110 57 2B
Octal 162 16 313 54 135 0 24 420 127 53
Binary 1110010 1110 11001011 101100 1011101 0 10100 100010000 1010111 101011

Color Harmonies of #720ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720ECB

Black with #720ECB

Text Example


Text Example

White with #720ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #720ECB;
 }
 .AnyTagClassName
 {
   color: #720ECB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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