Html Css Color HEX #5F20AA Purple Heart

📋 copy color: '#5F20AA'

red 95 ◦ green 32 ◦ blue 170

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

Shades of Purple Heart #5F20AA

Tints of Purple Heart #5F20AA

RGB

 RED value IS 95 (37.5% from 255) = 31.99%

 GREEN value IS 32 (12.89% from 255) = 10.77%

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

R = 31.99%
G = 10.77%
B = 57.24%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F20AA (or 0x5F20AA) is known color: Purple Heart. HEX triplet: 5F, 20 and AA. RGB value is (95,32,170). Sum of RGB (Red+Green+Blue) = 95+32+170=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F20AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F20AA is #A0DF55. Grayscale: #424242. Windows color (decimal): -10542934 or 11149407. OLE color: 11149407.

HSL color Cylindrical-coordinate representation of color #5F20AA: hue angle of 267.39º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F20AA is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 32 170 -
CMYK 0.44 0.81 0 0.33
HSL 267.39º 0.68% 0.4% -
HSV(B) 267.39º 0.81% 0.67% -
XYZ 12.49 6.37 38.6 -
YUV 66.57 186.37 148.28 -
System Red Green Blue C M Y K H S L
Decimal 95 32 170 0.44 0.81 0 0.33 267.39 0.68 0.4
Hex 5F 20 AA 2C 51 0 21 10B 44 28
Octal 137 40 252 54 121 0 41 413 104 50
Binary 1011111 100000 10101010 101100 1010001 0 100001 100001011 1000100 101000

Color Harmonies of #5F20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F20AA

Black with #5F20AA

Text Example


Text Example

White with #5F20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F20AA; }

 p { color: rgb(95,32,170); }

 H1.HeaderClassName
 {
   color: #5F20AA;
 }
 .AnyTagClassName
 {
   color: #5F20AA;
 }
</style>

background-color css

<style>
 a { background-color: #5F20AA; }

 a { background-color: rgb(95,32,170); }

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

border-color css

<style>
 span { border-color: #5F20AA; }

 span { border-color: rgb(95,32,170); }

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