#5817F1

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

Shades of Han Purple #5817F1

Tints of Han Purple #5817F1

Color information

#5817F1 (or 0x5817F1) is unknown color: approx Han Purple. HEX triplet: 58, 17 and F1. RGB value is (88,23,241). Sum of RGB (Red+Green+Blue) = 88+23+241=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #5817F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5817F1 is #A7E80E. Grayscale: #424242. Windows color (decimal): -11003919 or 15800152. OLE color: 15800152.

HSL color Cylindrical-coordinate representation of color #5817F1: hue angle of 257.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5817F1 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8823241-
CMYK0.630.9000.05
HSL257.89º88.62%51.76%-
HSV(B)257.89º90.46%94.51%-
XYZ20.219.0483.9-
YUV67.29226.03142.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25%
GREEN value IS 23 (9.38% from 255) = 6.53%
BLUE value IS 241 (94.53% from 255) = 68.47%
R=25%
G=6.53%
B=68.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal88232410.630.9000.05257.8988.6251.76
Hex5817F13F5A051025934
Octal13027361771320540213164
Binary10110001011111110001111111101101001011000000101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5817F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5817F1; }

 p { color: rgb(88,23,241); }

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

<style>
 a { background-color: #5817F1; }

 a { background-color: rgb(88,23,241); }

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

<style>
 span { border-color: #5817F1; }

 span { border-color: rgb(88,23,241); }

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