#5F33F5

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

Shades of Han Purple #5F33F5

Tints of Han Purple #5F33F5

Color information

#5F33F5 (or 0x5F33F5) is unknown color: approx Han Purple. HEX triplet: 5F, 33 and F5. RGB value is (95,51,245). Sum of RGB (Red+Green+Blue) = 95+51+245=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 245 (96.09% from 255 or 62.66% from 391); Max value from RGB is 245 - color contains mainly: blue. Hex color #5F33F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F33F5 is #A0CC0A. Grayscale: #555555. Windows color (decimal): -10537995 or 16069471. OLE color: 16069471.

HSL color Cylindrical-coordinate representation of color #5F33F5: hue angle of 253.61º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F33F5 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9551245-
CMYK0.610.7900.04
HSL253.61º90.65%58.04%-
HSV(B)253.61º79.18%96.08%-
XYZ22.3811.3987.41-
YUV86.27217.58134.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.30%
GREEN value IS 51 (20.31% from 255) = 13.04%
BLUE value IS 245 (96.09% from 255) = 62.66%
R=24.30%
G=13.04%
B=62.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal95512450.610.7900.04253.6190.6558.04
Hex5F33F53D4F04fe5b3a
Octal13763365751170437613372
Binary10111111100111111010111110110011110100111111101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F33F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,51,245); }

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

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

 a { background-color: rgb(95,51,245); }

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

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

 span { border-color: rgb(95,51,245); }

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