#5F20F1

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

Shades of Han Purple #5F20F1

Tints of Han Purple #5F20F1

Color information

#5F20F1 (or 0x5F20F1) is unknown color: approx Han Purple. HEX triplet: 5F, 20 and F1. RGB value is (95,32,241). Sum of RGB (Red+Green+Blue) = 95+32+241=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #5F20F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F20F1 is #A0DF0E. Grayscale: #494949. Windows color (decimal): -10542863 or 15802463. OLE color: 15802463.

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

Color convert

RGB9532241-
CMYK0.610.8700.05
HSL258.09º88.19%53.53%-
HSV(B)258.09º86.72%94.51%-
XYZ21.119.8284-
YUV74.66221.87142.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.82%
GREEN value IS 32 (12.89% from 255) = 8.70%
BLUE value IS 241 (94.53% from 255) = 65.49%
R=25.82%
G=8.70%
B=65.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal95322410.610.8700.05258.0988.1953.53
Hex5F20F13D57051025836
Octal13740361751270540213066
Binary101111110000011110001111101101011101011000000101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F20F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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