Html Css Color HEX #591EBC Purple Heart

📋 copy color: '#591EBC'

red 89 ◦ green 30 ◦ blue 188

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

Shades of Purple Heart #591EBC

Tints of Purple Heart #591EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.77%

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

R = 28.99%
G = 9.77%
B = 61.24%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#591EBC (or 0x591EBC) is known color: Purple Heart. HEX triplet: 59, 1E and BC. RGB value is (89,30,188). Sum of RGB (Red+Green+Blue) = 89+30+188=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #591EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591EBC is #A6E143. Grayscale: #414141. Windows color (decimal): -10936644 or 12328537. OLE color: 12328537.

HSL color Cylindrical-coordinate representation of color #591EBC: hue angle of 262.41º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591EBC is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 30 188 -
CMYK 0.53 0.84 0 0.26
HSL 262.41º 0.72% 0.43% -
HSV(B) 262.41º 0.84% 0.74% -
XYZ 13.66 6.68 48.15 -
YUV 65.65 197.05 144.65 -
System Red Green Blue C M Y K H S L
Decimal 89 30 188 0.53 0.84 0 0.26 262.41 0.72 0.43
Hex 59 1E BC 35 54 0 1A 106 48 2B
Octal 131 36 274 65 124 0 32 406 110 53
Binary 1011001 11110 10111100 110101 1010100 0 11010 100000110 1001000 101011

Color Harmonies of #591EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591EBC

Black with #591EBC

Text Example


Text Example

White with #591EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591EBC; }

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

 H1.HeaderClassName
 {
   color: #591EBC;
 }
 .AnyTagClassName
 {
   color: #591EBC;
 }
</style>

background-color css

<style>
 a { background-color: #591EBC; }

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

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

border-color css

<style>
 span { border-color: #591EBC; }

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

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