Html Css Color HEX #590CBC Purple Heart

📋 copy color: '#590CBC'

red 89 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #590CBC

Tints of Purple Heart #590CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.05%

R = 30.8%
G = 4.15%
B = 65.05%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#590CBC (or 0x590CBC) is known color: Purple Heart. HEX triplet: 59, 0C and BC. RGB value is (89,12,188). Sum of RGB (Red+Green+Blue) = 89+12+188=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #590CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590CBC is #A6F343. Grayscale: #363636. Windows color (decimal): -10941252 or 12323929. OLE color: 12323929.

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

Color convert

RGB 89 12 188 -
CMYK 0.53 0.94 0 0.26
HSL 266.25º 0.88% 0.39% -
HSV(B) 266.25º 0.94% 0.74% -
XYZ 13.33 6.02 48.04 -
YUV 55.09 203.01 152.19 -
System Red Green Blue C M Y K H S L
Decimal 89 12 188 0.53 0.94 0 0.26 266.25 0.88 0.39
Hex 59 C BC 35 5E 0 1A 10A 58 27
Octal 131 14 274 65 136 0 32 412 130 47
Binary 1011001 1100 10111100 110101 1011110 0 11010 100001010 1011000 100111

Color Harmonies of #590CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590CBC

Black with #590CBC

Text Example


Text Example

White with #590CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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