#590CEA

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

Shades of Han Purple #590CEA

Tints of Han Purple #590CEA

Color information

#590CEA (or 0x590CEA) is unknown color: approx Han Purple. HEX triplet: 59, 0C and EA. RGB value is (89,12,234). Sum of RGB (Red+Green+Blue) = 89+12+234=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #590CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590CEA is #A6F315. Grayscale: #3B3B3B. Windows color (decimal): -10941206 or 15338585. OLE color: 15338585.

HSL color Cylindrical-coordinate representation of color #590CEA: hue angle of 260.81º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590CEA is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8912234-
CMYK0.620.9500.08
HSL260.81º90.24%48.24%-
HSV(B)260.81º94.87%91.76%-
XYZ19.18.3378.44-
YUV60.33226.01148.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 12 (5.08% from 255) = 3.58%
BLUE value IS 234 (91.80% from 255) = 69.85%
R=26.57%
G=3.58%
B=69.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal89122340.620.9500.08260.8190.2448.24
Hex59CEA3E5F081055a30
Octal131143527613701040513260
Binary10110011100111010101111101011111010001000001011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590CEA; }

 p { color: rgb(89,12,234); }

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

<style>
 a { background-color: #590CEA; }

 a { background-color: rgb(89,12,234); }

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

<style>
 span { border-color: #590CEA; }

 span { border-color: rgb(89,12,234); }

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