Html Css Color HEX #720DCB Purple Heart

📋 copy color: '#720DCB'

red 114 ◦ green 13 ◦ blue 203

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

Shades of Purple Heart #720DCB

Tints of Purple Heart #720DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.94%

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

R = 34.55%
G = 3.94%
B = 61.52%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#720DCB (or 0x720DCB) is known color: Purple Heart. HEX triplet: 72, 0D and CB. RGB value is (114,13,203). Sum of RGB (Red+Green+Blue) = 114+13+203=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #720DCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720DCB is #8DF234. Grayscale: #404040. Windows color (decimal): -9302581 or 13307250. OLE color: 13307250.

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

Color convert

RGB 114 13 203 -
CMYK 0.44 0.94 0 0.20
HSL 271.89º 0.88% 0.42% -
HSV(B) 271.89º 0.94% 0.8% -
XYZ 17.86 8.18 57.14 -
YUV 64.86 205.96 163.05 -
System Red Green Blue C M Y K H S L
Decimal 114 13 203 0.44 0.94 0 0.20 271.89 0.88 0.42
Hex 72 D CB 2C 5E 0 14 110 58 2A
Octal 162 15 313 54 136 0 24 420 130 52
Binary 1110010 1101 11001011 101100 1011110 0 10100 100010000 1011000 101010

Color Harmonies of #720DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720DCB

Black with #720DCB

Text Example


Text Example

White with #720DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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