Html Css Color HEX #590CBB Purple Heart

📋 copy color: '#590CBB'

red 89 ◦ green 12 ◦ blue 187

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

Shades of Purple Heart #590CBB

Tints of Purple Heart #590CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.93%

R = 30.9%
G = 4.17%
B = 64.93%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#590CBB (or 0x590CBB) is known color: Purple Heart. HEX triplet: 59, 0C and BB. RGB value is (89,12,187). Sum of RGB (Red+Green+Blue) = 89+12+187=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #590CBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590CBB is #A6F344. Grayscale: #363636. Windows color (decimal): -10941253 or 12258393. OLE color: 12258393.

HSL color Cylindrical-coordinate representation of color #590CBB: hue angle of 266.4º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590CBB is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 12 187 -
CMYK 0.52 0.94 0 0.27
HSL 266.4º 0.88% 0.39% -
HSV(B) 266.4º 0.94% 0.73% -
XYZ 13.22 5.97 47.47 -
YUV 54.97 202.51 152.27 -
System Red Green Blue C M Y K H S L
Decimal 89 12 187 0.52 0.94 0 0.27 266.4 0.88 0.39
Hex 59 C BB 34 5E 0 1B 10A 58 27
Octal 131 14 273 64 136 0 33 412 130 47
Binary 1011001 1100 10111011 110100 1011110 0 11011 100001010 1011000 100111

Color Harmonies of #590CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590CBB

Black with #590CBB

Text Example


Text Example

White with #590CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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