Html Css Color HEX #721DAE Purple Heart

📋 copy color: '#721DAE'

red 114 ◦ green 29 ◦ blue 174

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

Shades of Purple Heart #721DAE

Tints of Purple Heart #721DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.15%

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

R = 35.96%
G = 9.15%
B = 54.89%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#721DAE (or 0x721DAE) is known color: Purple Heart. HEX triplet: 72, 1D and AE. RGB value is (114,29,174). Sum of RGB (Red+Green+Blue) = 114+29+174=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #721DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721DAE is #8DE251. Grayscale: #464646. Windows color (decimal): -9298514 or 11410802. OLE color: 11410802.

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

Color convert

RGB 114 29 174 -
CMYK 0.34 0.83 0 0.32
HSL 275.17º 0.71% 0.4% -
HSV(B) 275.17º 0.83% 0.68% -
XYZ 15.02 7.51 40.7 -
YUV 70.95 186.16 158.71 -
System Red Green Blue C M Y K H S L
Decimal 114 29 174 0.34 0.83 0 0.32 275.17 0.71 0.4
Hex 72 1D AE 22 53 0 20 113 47 28
Octal 162 35 256 42 123 0 40 423 107 50
Binary 1110010 11101 10101110 100010 1010011 0 100000 100010011 1000111 101000

Color Harmonies of #721DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721DAE

Black with #721DAE

Text Example


Text Example

White with #721DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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