Html Css Color HEX #591EBF Purple Heart

📋 copy color: '#591EBF'

red 89 ◦ green 30 ◦ blue 191

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

Shades of Purple Heart #591EBF

Tints of Purple Heart #591EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.61%

R = 28.71%
G = 9.68%
B = 61.61%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#591EBF (or 0x591EBF) is known color: Purple Heart. HEX triplet: 59, 1E and BF. RGB value is (89,30,191). Sum of RGB (Red+Green+Blue) = 89+30+191=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #591EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591EBF is #A6E140. Grayscale: #414141. Windows color (decimal): -10936641 or 12525145. OLE color: 12525145.

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

Color convert

RGB 89 30 191 -
CMYK 0.53 0.84 0 0.25
HSL 261.99º 0.73% 0.43% -
HSV(B) 261.99º 0.84% 0.75% -
XYZ 13.99 6.81 49.87 -
YUV 66 198.55 144.41 -
System Red Green Blue C M Y K H S L
Decimal 89 30 191 0.53 0.84 0 0.25 261.99 0.73 0.43
Hex 59 1E BF 35 54 0 19 106 49 2B
Octal 131 36 277 65 124 0 31 406 111 53
Binary 1011001 11110 10111111 110101 1010100 0 11001 100000110 1001001 101011

Color Harmonies of #591EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591EBF

Black with #591EBF

Text Example


Text Example

White with #591EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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