Html Css Color HEX #590CE2 Han Purple

📋 copy color: '#590CE2'

red 89 ◦ green 12 ◦ blue 226

#590CE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #590CE2

Tints of Han Purple #590CE2

RGB

 RED value IS 89 (35.16% from 255) = 27.22%

 GREEN value IS 12 (5.08% from 255) = 3.67%

 BLUE value IS 226 (88.67% from 255) = 69.11%

R = 27.22%
G = 3.67%
B = 69.11%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#590CE2 (or 0x590CE2) is known color: Han Purple. HEX triplet: 59, 0C and E2. RGB value is (89,12,226). Sum of RGB (Red+Green+Blue) = 89+12+226=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 226 (88.67% from 255 or 69.11% from 327); Max value from RGB is 226 - color contains mainly: blue. Hex color #590CE2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590CE2 is #A6F31D. Grayscale: #3A3A3A. Windows color (decimal): -10941214 or 14814297. OLE color: 14814297.

HSL color Cylindrical-coordinate representation of color #590CE2: hue angle of 261.59º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590CE2 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 89 12 226 -
CMYK 0.61 0.95 0 0.11
HSL 261.59º 0.9% 0.47% -
HSV(B) 261.59º 0.95% 0.89% -
XYZ 17.98 7.88 72.52 -
YUV 59.42 222.01 149.1 -
System Red Green Blue C M Y K H S L
Decimal 89 12 226 0.61 0.95 0 0.11 261.59 0.9 0.47
Hex 59 C E2 3D 5F 0 B 106 5A 2F
Octal 131 14 342 75 137 0 13 406 132 57
Binary 1011001 1100 11100010 111101 1011111 0 1011 100000110 1011010 101111

Color Harmonies of #590CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590CE2

Black with #590CE2

Text Example


Text Example

White with #590CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #590CE2;
 }
 .AnyTagClassName
 {
   color: #590CE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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