Html Css Color HEX #590CFB Han Purple

📋 copy color: '#590CFB'

red 89 ◦ green 12 ◦ blue 251

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

Shades of Han Purple #590CFB

Tints of Han Purple #590CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.31%

R = 25.28%
G = 3.41%
B = 71.31%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#590CFB (or 0x590CFB) is known color: Han Purple. HEX triplet: 59, 0C and FB. RGB value is (89,12,251). Sum of RGB (Red+Green+Blue) = 89+12+251=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #590CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590CFB is #A6F304. Grayscale: #3D3D3D. Windows color (decimal): -10941189 or 16452697. OLE color: 16452697.

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

Color convert

RGB 89 12 251 -
CMYK 0.65 0.95 0 0.02
HSL 259.33º 0.97% 0.52% -
HSV(B) 259.33º 0.95% 0.98% -
XYZ 21.66 9.35 91.93 -
YUV 62.27 234.51 147.07 -
System Red Green Blue C M Y K H S L
Decimal 89 12 251 0.65 0.95 0 0.02 259.33 0.97 0.52
Hex 59 C FB 41 5F 0 2 103 61 34
Octal 131 14 373 101 137 0 2 403 141 64
Binary 1011001 1100 11111011 1000001 1011111 0 10 100000011 1100001 110100

Color Harmonies of #590CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590CFB

Black with #590CFB

Text Example


Text Example

White with #590CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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