#5F1FDE

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

Shades of Han Purple #5F1FDE

Tints of Han Purple #5F1FDE

Color information

#5F1FDE (or 0x5F1FDE) is unknown color: approx Han Purple. HEX triplet: 5F, 1F and DE. RGB value is (95,31,222). Sum of RGB (Red+Green+Blue) = 95+31+222=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F1FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1FDE is #A0E021. Grayscale: #474747. Windows color (decimal): -10543138 or 14557023. OLE color: 14557023.

HSL color Cylindrical-coordinate representation of color #5F1FDE: hue angle of 260.1º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F1FDE is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9531222-
CMYK0.570.8600.13
HSL260.1º75.49%49.61%-
HSV(B)260.1º86.04%87.06%-
XYZ18.398.6969.81-
YUV71.91212.7144.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.30%
GREEN value IS 31 (12.5% from 255) = 8.91%
BLUE value IS 222 (87.11% from 255) = 63.79%
R=27.30%
G=8.91%
B=63.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal95312220.570.8600.13260.175.4949.61
Hex5F1FDE39560D1044b32
Octal137373367112601540411362
Binary101111111111110111101110011010110011011000001001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,31,222); }

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

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

 a { background-color: rgb(95,31,222); }

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

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

 span { border-color: rgb(95,31,222); }

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