Html Css Color HEX #720DCE Purple Heart

📋 copy color: '#720DCE'

red 114 ◦ green 13 ◦ blue 206

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

Shades of Purple Heart #720DCE

Tints of Purple Heart #720DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.86%

R = 34.23%
G = 3.9%
B = 61.86%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#720DCE (or 0x720DCE) is known color: Purple Heart. HEX triplet: 72, 0D and CE. RGB value is (114,13,206). Sum of RGB (Red+Green+Blue) = 114+13+206=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #720DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720DCE is #8DF231. Grayscale: #404040. Windows color (decimal): -9302578 or 13503858. OLE color: 13503858.

HSL color Cylindrical-coordinate representation of color #720DCE: hue angle of 271.4º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720DCE is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 13 206 -
CMYK 0.45 0.94 0 0.19
HSL 271.4º 0.88% 0.43% -
HSV(B) 271.4º 0.94% 0.81% -
XYZ 18.22 8.32 59.04 -
YUV 65.2 207.46 162.81 -
System Red Green Blue C M Y K H S L
Decimal 114 13 206 0.45 0.94 0 0.19 271.4 0.88 0.43
Hex 72 D CE 2D 5E 0 13 10F 58 2B
Octal 162 15 316 55 136 0 23 417 130 53
Binary 1110010 1101 11001110 101101 1011110 0 10011 100001111 1011000 101011

Color Harmonies of #720DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720DCE

Black with #720DCE

Text Example


Text Example

White with #720DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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