#5F0FF1

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

Shades of Han Purple #5F0FF1

Tints of Han Purple #5F0FF1

Color information

#5F0FF1 (or 0x5F0FF1) is unknown color: approx Han Purple. HEX triplet: 5F, 0F and F1. RGB value is (95,15,241). Sum of RGB (Red+Green+Blue) = 95+15+241=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 241 (94.53% from 255 or 68.66% from 351); Max value from RGB is 241 - color contains mainly: blue. Hex color #5F0FF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0FF1 is #A0F00E. Grayscale: #3F3F3F. Windows color (decimal): -10547215 or 15798111. OLE color: 15798111.

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

Color convert

RGB9515241-
CMYK0.610.9400.05
HSL261.24º88.98%50.2%-
HSV(B)261.24º93.78%94.51%-
XYZ20.779.1383.89-
YUV64.68227.5149.62-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.07%
GREEN value IS 15 (6.25% from 255) = 4.27%
BLUE value IS 241 (94.53% from 255) = 68.66%
R=27.07%
G=4.27%
B=68.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal95152410.610.9400.05261.2488.9850.2
Hex5FFF13D5E051055932
Octal13717361751360540513162
Binary1011111111111110001111101101111001011000001011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,15,241); }

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

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

 a { background-color: rgb(95,15,241); }

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

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

 span { border-color: rgb(95,15,241); }

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