Html Css Color HEX #5F17AB Purple Heart

📋 copy color: '#5F17AB'

red 95 ◦ green 23 ◦ blue 171

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

Shades of Purple Heart #5F17AB

Tints of Purple Heart #5F17AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.96%

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

R = 32.87%
G = 7.96%
B = 59.17%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F17AB (or 0x5F17AB) is known color: Purple Heart. HEX triplet: 5F, 17 and AB. RGB value is (95,23,171). Sum of RGB (Red+Green+Blue) = 95+23+171=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F17AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F17AB is #A0E854. Grayscale: #3C3C3C. Windows color (decimal): -10545237 or 11212639. OLE color: 11212639.

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

Color convert

RGB 95 23 171 -
CMYK 0.44 0.87 0 0.33
HSL 269.19º 0.76% 0.38% -
HSV(B) 269.19º 0.87% 0.67% -
XYZ 12.38 5.99 39.03 -
YUV 61.4 189.85 151.97 -
System Red Green Blue C M Y K H S L
Decimal 95 23 171 0.44 0.87 0 0.33 269.19 0.76 0.38
Hex 5F 17 AB 2C 57 0 21 10D 4C 26
Octal 137 27 253 54 127 0 41 415 114 46
Binary 1011111 10111 10101011 101100 1010111 0 100001 100001101 1001100 100110

Color Harmonies of #5F17AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F17AB

Black with #5F17AB

Text Example


Text Example

White with #5F17AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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