Html Css Color HEX #5F20AB Purple Heart

📋 copy color: '#5F20AB'

red 95 ◦ green 32 ◦ blue 171

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

Shades of Purple Heart #5F20AB

Tints of Purple Heart #5F20AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.38%

R = 31.88%
G = 10.74%
B = 57.38%

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

#5F20AB (or 0x5F20AB) is known color: Purple Heart. HEX triplet: 5F, 20 and AB. RGB value is (95,32,171). Sum of RGB (Red+Green+Blue) = 95+32+171=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F20AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F20AB is #A0DF54. Grayscale: #424242. Windows color (decimal): -10542933 or 11214943. OLE color: 11214943.

HSL color Cylindrical-coordinate representation of color #5F20AB: hue angle of 267.19º 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 #5F20AB is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 32 171 -
CMYK 0.44 0.81 0 0.33
HSL 267.19º 0.68% 0.4% -
HSV(B) 267.19º 0.81% 0.67% -
XYZ 12.59 6.41 39.1 -
YUV 66.68 186.87 148.2 -
System Red Green Blue C M Y K H S L
Decimal 95 32 171 0.44 0.81 0 0.33 267.19 0.68 0.4
Hex 5F 20 AB 2C 51 0 21 10B 44 28
Octal 137 40 253 54 121 0 41 413 104 50
Binary 1011111 100000 10101011 101100 1010001 0 100001 100001011 1000100 101000

Color Harmonies of #5F20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F20AB

Black with #5F20AB

Text Example


Text Example

White with #5F20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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