Html Css Color HEX #591EBA Purple Heart

📋 copy color: '#591EBA'

red 89 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #591EBA

Tints of Purple Heart #591EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.98%

R = 29.18%
G = 9.84%
B = 60.98%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#591EBA (or 0x591EBA) is known color: Purple Heart. HEX triplet: 59, 1E and BA. RGB value is (89,30,186). Sum of RGB (Red+Green+Blue) = 89+30+186=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #591EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591EBA is #A6E145. Grayscale: #404040. Windows color (decimal): -10936646 or 12197465. OLE color: 12197465.

HSL color Cylindrical-coordinate representation of color #591EBA: hue angle of 262.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591EBA is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 30 186 -
CMYK 0.52 0.84 0 0.27
HSL 262.69º 0.72% 0.42% -
HSV(B) 262.69º 0.84% 0.73% -
XYZ 13.45 6.6 47.02 -
YUV 65.43 196.05 144.82 -
System Red Green Blue C M Y K H S L
Decimal 89 30 186 0.52 0.84 0 0.27 262.69 0.72 0.42
Hex 59 1E BA 34 54 0 1B 107 48 2A
Octal 131 36 272 64 124 0 33 407 110 52
Binary 1011001 11110 10111010 110100 1010100 0 11011 100000111 1001000 101010

Color Harmonies of #591EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591EBA

Black with #591EBA

Text Example


Text Example

White with #591EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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