Html Css Color HEX #721FAD Purple Heart

📋 copy color: '#721FAD'

red 114 ◦ green 31 ◦ blue 173

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

Shades of Purple Heart #721FAD

Tints of Purple Heart #721FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.75%

 BLUE value IS 173 (67.97% from 255) = 54.4%

R = 35.85%
G = 9.75%
B = 54.4%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#721FAD (or 0x721FAD) is known color: Purple Heart. HEX triplet: 72, 1F and AD. RGB value is (114,31,173). Sum of RGB (Red+Green+Blue) = 114+31+173=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #721FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721FAD is #8DE052. Grayscale: #474747. Windows color (decimal): -9298003 or 11345778. OLE color: 11345778.

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

Color convert

RGB 114 31 173 -
CMYK 0.34 0.82 0 0.32
HSL 275.07º 0.7% 0.4% -
HSV(B) 275.07º 0.82% 0.68% -
XYZ 14.97 7.57 40.21 -
YUV 72.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 114 31 173 0.34 0.82 0 0.32 275.07 0.7 0.4
Hex 72 1F AD 22 52 0 20 113 46 28
Octal 162 37 255 42 122 0 40 423 106 50
Binary 1110010 11111 10101101 100010 1010010 0 100000 100010011 1000110 101000

Color Harmonies of #721FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721FAD

Black with #721FAD

Text Example


Text Example

White with #721FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,31,173); }

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

background-color css

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

 a { background-color: rgb(114,31,173); }

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

border-color css

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

 span { border-color: rgb(114,31,173); }

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