#5812EE

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

Shades of Han Purple #5812EE

Tints of Han Purple #5812EE

Color information

#5812EE (or 0x5812EE) is unknown color: approx Han Purple. HEX triplet: 58, 12 and EE. RGB value is (88,18,238). Sum of RGB (Red+Green+Blue) = 88+18+238=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 238 (93.36% from 255 or 69.19% from 344); Max value from RGB is 238 - color contains mainly: blue. Hex color #5812EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5812EE is #A7ED11. Grayscale: #3F3F3F. Windows color (decimal): -11005202 or 15602264. OLE color: 15602264.

HSL color Cylindrical-coordinate representation of color #5812EE: hue angle of 259.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5812EE is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8818238-
CMYK0.630.9200.07
HSL259.09º86.61%50.2%-
HSV(B)259.09º92.44%93.33%-
XYZ19.678.6881.53-
YUV64.01226.19145.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 18 (7.42% from 255) = 5.23%
BLUE value IS 238 (93.36% from 255) = 69.19%
R=25.58%
G=5.23%
B=69.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal88182380.630.9200.07259.0986.6150.2
Hex5812EE3F5C071035732
Octal13022356771340740312762
Binary10110001001011101110111111101110001111000000111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5812EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5812EE; }

 p { color: rgb(88,18,238); }

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

<style>
 a { background-color: #5812EE; }

 a { background-color: rgb(88,18,238); }

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

<style>
 span { border-color: #5812EE; }

 span { border-color: rgb(88,18,238); }

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