Html Css Color HEX #721FAA Purple Heart

📋 copy color: '#721FAA'

red 114 ◦ green 31 ◦ blue 170

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

Shades of Purple Heart #721FAA

Tints of Purple Heart #721FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.97%

R = 36.19%
G = 9.84%
B = 53.97%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#721FAA (or 0x721FAA) is known color: Purple Heart. HEX triplet: 72, 1F and AA. RGB value is (114,31,170). Sum of RGB (Red+Green+Blue) = 114+31+170=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #721FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721FAA is #8DE055. Grayscale: #474747. Windows color (decimal): -9298006 or 11149170. OLE color: 11149170.

HSL color Cylindrical-coordinate representation of color #721FAA: hue angle of 275.83º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721FAA is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 31 170 -
CMYK 0.33 0.82 0 0.33
HSL 275.83º 0.69% 0.39% -
HSV(B) 275.83º 0.82% 0.67% -
XYZ 14.69 7.46 38.7 -
YUV 71.66 183.5 158.2 -
System Red Green Blue C M Y K H S L
Decimal 114 31 170 0.33 0.82 0 0.33 275.83 0.69 0.39
Hex 72 1F AA 21 52 0 21 114 45 27
Octal 162 37 252 41 122 0 41 424 105 47
Binary 1110010 11111 10101010 100001 1010010 0 100001 100010100 1000101 100111

Color Harmonies of #721FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721FAA

Black with #721FAA

Text Example


Text Example

White with #721FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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