#5F17F3

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

Shades of Han Purple #5F17F3

Tints of Han Purple #5F17F3

Color information

#5F17F3 (or 0x5F17F3) is unknown color: approx Han Purple. HEX triplet: 5F, 17 and F3. RGB value is (95,23,243). Sum of RGB (Red+Green+Blue) = 95+23+243=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 243 (95.31% from 255 or 67.31% from 361); Max value from RGB is 243 - color contains mainly: blue. Hex color #5F17F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F17F3 is #A0E80C. Grayscale: #444444. Windows color (decimal): -10545165 or 15931231. OLE color: 15931231.

HSL color Cylindrical-coordinate representation of color #5F17F3: hue angle of 259.64º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F17F3 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9523243-
CMYK0.610.9100.05
HSL259.64º90.16%52.16%-
HSV(B)259.64º90.53%95.29%-
XYZ21.29.5285.51-
YUV69.61225.85146.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.32%
GREEN value IS 23 (9.38% from 255) = 6.37%
BLUE value IS 243 (95.31% from 255) = 67.31%
R=26.32%
G=6.37%
B=67.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal95232430.610.9100.05259.6490.1652.16
Hex5F17F33D5B051045a34
Octal13727363751330540413264
Binary10111111011111110011111101101101101011000001001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F17F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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