#5F17E1

Color #5F17E1 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5F17E1

Tints of Han Purple #5F17E1

Color information

#5F17E1 (or 0x5F17E1) is unknown color: approx Han Purple. HEX triplet: 5F, 17 and E1. RGB value is (95,23,225). Sum of RGB (Red+Green+Blue) = 95+23+225=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 225 (88.28% from 255 or 65.60% from 343); Max value from RGB is 225 - color contains mainly: blue. Hex color #5F17E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F17E1 is #A0E81E. Grayscale: #424242. Windows color (decimal): -10545183 or 14751583. OLE color: 14751583.

HSL color Cylindrical-coordinate representation of color #5F17E1: hue angle of 261.39º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F17E1 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9523225-
CMYK0.580.9000.12
HSL261.39º81.45%48.63%-
HSV(B)261.39º89.78%88.24%-
XYZ18.628.4871.89-
YUV67.56216.85147.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.70%
GREEN value IS 23 (9.38% from 255) = 6.71%
BLUE value IS 225 (88.28% from 255) = 65.60%
R=27.70%
G=6.71%
B=65.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal95232250.580.9000.12261.3981.4548.63
Hex5F17E13A5A0C1055131
Octal137273417213201440512161
Binary101111110111111000011110101011010011001000001011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F17E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F17E1;
 }
 .AnyTagClassName
 {
   color: #5F17E1;
 }
</style>
background-color css

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

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

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

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

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

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