#5810F6

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

Shades of Han Purple #5810F6

Tints of Han Purple #5810F6

Color information

#5810F6 (or 0x5810F6) is unknown color: approx Han Purple. HEX triplet: 58, 10 and F6. RGB value is (88,16,246). Sum of RGB (Red+Green+Blue) = 88+16+246=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 246 (96.48% from 255 or 70.29% from 350); Max value from RGB is 246 - color contains mainly: blue. Hex color #5810F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5810F6 is #A7EF09. Grayscale: #3E3E3E. Windows color (decimal): -11005706 or 16126040. OLE color: 16126040.

HSL color Cylindrical-coordinate representation of color #5810F6: hue angle of 258.78º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5810F6 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8816246-
CMYK0.640.9300.04
HSL258.78º92.74%51.37%-
HSV(B)258.78º93.5%96.47%-
XYZ20.849.187.85-
YUV63.75230.85145.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.14%
GREEN value IS 16 (6.64% from 255) = 4.57%
BLUE value IS 246 (96.48% from 255) = 70.29%
R=25.14%
G=4.57%
B=70.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal88162460.640.9300.04258.7892.7451.37
Hex5810F6405D041035d33
Octal130203661001350440313563
Binary101100010000111101101000000101110101001000000111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5810F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5810F6; }

 p { color: rgb(88,16,246); }

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

<style>
 a { background-color: #5810F6; }

 a { background-color: rgb(88,16,246); }

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

<style>
 span { border-color: #5810F6; }

 span { border-color: rgb(88,16,246); }

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