Html Css Color HEX #720DAE Purple Heart

📋 copy color: '#720DAE'

red 114 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #720DAE

Tints of Purple Heart #720DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.81%

R = 37.87%
G = 4.32%
B = 57.81%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#720DAE (or 0x720DAE) is known color: Purple Heart. HEX triplet: 72, 0D and AE. RGB value is (114,13,174). Sum of RGB (Red+Green+Blue) = 114+13+174=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #720DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720DAE is #8DF251. Grayscale: #3D3D3D. Windows color (decimal): -9302610 or 11406706. OLE color: 11406706.

HSL color Cylindrical-coordinate representation of color #720DAE: hue angle of 277.64º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720DAE is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 13 174 -
CMYK 0.34 0.93 0 0.32
HSL 277.64º 0.86% 0.37% -
HSV(B) 277.64º 0.93% 0.68% -
XYZ 14.72 6.92 40.6 -
YUV 61.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 114 13 174 0.34 0.93 0 0.32 277.64 0.86 0.37
Hex 72 D AE 22 5D 0 20 116 56 25
Octal 162 15 256 42 135 0 40 426 126 45
Binary 1110010 1101 10101110 100010 1011101 0 100000 100010110 1010110 100101

Color Harmonies of #720DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720DAE

Black with #720DAE

Text Example


Text Example

White with #720DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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