Html Css Color HEX #590CDC Han Purple

📋 copy color: '#590CDC'

red 89 ◦ green 12 ◦ blue 220

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

Shades of Han Purple #590CDC

Tints of Han Purple #590CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.54%

R = 27.73%
G = 3.74%
B = 68.54%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#590CDC (or 0x590CDC) is known color: Han Purple. HEX triplet: 59, 0C and DC. RGB value is (89,12,220). Sum of RGB (Red+Green+Blue) = 89+12+220=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #590CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590CDC is #A6F323. Grayscale: #393939. Windows color (decimal): -10941220 or 14421081. OLE color: 14421081.

HSL color Cylindrical-coordinate representation of color #590CDC: hue angle of 262.21º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590CDC is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 12 220 -
CMYK 0.60 0.95 0 0.14
HSL 262.21º 0.9% 0.45% -
HSV(B) 262.21º 0.95% 0.86% -
XYZ 17.17 7.55 68.26 -
YUV 58.74 219.01 149.59 -
System Red Green Blue C M Y K H S L
Decimal 89 12 220 0.60 0.95 0 0.14 262.21 0.9 0.45
Hex 59 C DC 3C 5F 0 E 106 5A 2D
Octal 131 14 334 74 137 0 16 406 132 55
Binary 1011001 1100 11011100 111100 1011111 0 1110 100000110 1011010 101101

Color Harmonies of #590CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590CDC

Black with #590CDC

Text Example


Text Example

White with #590CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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