#5F2EFF

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

Shades of Han Purple #5F2EFF

Tints of Han Purple #5F2EFF

Color information

#5F2EFF (or 0x5F2EFF) is unknown color: approx Han Purple. HEX triplet: 5F, 2E and FF. RGB value is (95,46,255). Sum of RGB (Red+Green+Blue) = 95+46+255=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F2EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F2EFF is #A0D100. Grayscale: #535353. Windows color (decimal): -10539265 or 16723551. OLE color: 16723551.

HSL color Cylindrical-coordinate representation of color #5F2EFF: hue angle of 254.07º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F2EFF is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9546255-
CMYK0.630.8200
HSL254.07º100%59.02%-
HSV(B)254.07º81.96%100%-
XYZ23.7511.6195.6-
YUV84.48224.23135.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.99%
GREEN value IS 46 (18.36% from 255) = 11.62%
BLUE value IS 255 (100% from 255) = 64.39%
R=23.99%
G=11.62%
B=64.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal95462550.630.8200254.0710059.02
Hex5F2EFF3F5200fe643b
Octal13756377771220037614473
Binary101111110111011111111111111101001000111111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,46,255); }

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

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

 a { background-color: rgb(95,46,255); }

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

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

 span { border-color: rgb(95,46,255); }

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