Html Css Color HEX #5F17DB Purple Heart

📋 copy color: '#5F17DB'

red 95 ◦ green 23 ◦ blue 219

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

Shades of Purple Heart #5F17DB

Tints of Purple Heart #5F17DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.99%

R = 28.19%
G = 6.82%
B = 64.99%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F17DB (or 0x5F17DB) is known color: Purple Heart. HEX triplet: 5F, 17 and DB. RGB value is (95,23,219). Sum of RGB (Red+Green+Blue) = 95+23+219=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F17DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F17DB is #A0E824. Grayscale: #424242. Windows color (decimal): -10545189 or 14358367. OLE color: 14358367.

HSL color Cylindrical-coordinate representation of color #5F17DB: hue angle of 262.04º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F17DB is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 23 219 -
CMYK 0.57 0.89 0 0.14
HSL 262.04º 0.81% 0.47% -
HSV(B) 262.04º 0.89% 0.86% -
XYZ 17.81 8.16 67.65 -
YUV 66.87 213.85 148.06 -
System Red Green Blue C M Y K H S L
Decimal 95 23 219 0.57 0.89 0 0.14 262.04 0.81 0.47
Hex 5F 17 DB 39 59 0 E 106 51 2F
Octal 137 27 333 71 131 0 16 406 121 57
Binary 1011111 10111 11011011 111001 1011001 0 1110 100000110 1010001 101111

Color Harmonies of #5F17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F17DB

Black with #5F17DB

Text Example


Text Example

White with #5F17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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