Html Css Color HEX #5F14AB Purple Heart

📋 copy color: '#5F14AB'

red 95 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #5F14AB

Tints of Purple Heart #5F14AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

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

R = 33.22%
G = 6.99%
B = 59.79%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F14AB (or 0x5F14AB) is known color: Purple Heart. HEX triplet: 5F, 14 and AB. RGB value is (95,20,171). Sum of RGB (Red+Green+Blue) = 95+20+171=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F14AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F14AB is #A0EB54. Grayscale: #3B3B3B. Windows color (decimal): -10546005 or 11211871. OLE color: 11211871.

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

Color convert

RGB 95 20 171 -
CMYK 0.44 0.88 0 0.33
HSL 269.8º 0.79% 0.37% -
HSV(B) 269.8º 0.88% 0.67% -
XYZ 12.32 5.87 39.01 -
YUV 59.64 190.85 153.22 -
System Red Green Blue C M Y K H S L
Decimal 95 20 171 0.44 0.88 0 0.33 269.8 0.79 0.37
Hex 5F 14 AB 2C 58 0 21 10E 4F 25
Octal 137 24 253 54 130 0 41 416 117 45
Binary 1011111 10100 10101011 101100 1011000 0 100001 100001110 1001111 100101

Color Harmonies of #5F14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F14AB

Black with #5F14AB

Text Example


Text Example

White with #5F14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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