Html Css Color HEX #590CFC Han Purple

📋 copy color: '#590CFC'

red 89 ◦ green 12 ◦ blue 252

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

Shades of Han Purple #590CFC

Tints of Han Purple #590CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 71.39%

R = 25.21%
G = 3.4%
B = 71.39%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#590CFC (or 0x590CFC) is known color: Han Purple. HEX triplet: 59, 0C and FC. RGB value is (89,12,252). Sum of RGB (Red+Green+Blue) = 89+12+252=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #590CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590CFC is #A6F303. Grayscale: #3D3D3D. Windows color (decimal): -10941188 or 16518233. OLE color: 16518233.

HSL color Cylindrical-coordinate representation of color #590CFC: hue angle of 259.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590CFC is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 12 252 -
CMYK 0.65 0.95 0 0.01
HSL 259.25º 0.98% 0.52% -
HSV(B) 259.25º 0.95% 0.99% -
XYZ 21.82 9.42 92.76 -
YUV 62.38 235.01 146.99 -
System Red Green Blue C M Y K H S L
Decimal 89 12 252 0.65 0.95 0 0.01 259.25 0.98 0.52
Hex 59 C FC 41 5F 0 1 103 62 34
Octal 131 14 374 101 137 0 1 403 142 64
Binary 1011001 1100 11111100 1000001 1011111 0 1 100000011 1100010 110100

Color Harmonies of #590CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590CFC

Black with #590CFC

Text Example


Text Example

White with #590CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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