Html Css Color HEX #591ECA Purple Heart

📋 copy color: '#591ECA'

red 89 ◦ green 30 ◦ blue 202

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

Shades of Purple Heart #591ECA

Tints of Purple Heart #591ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 62.93%

R = 27.73%
G = 9.35%
B = 62.93%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#591ECA (or 0x591ECA) is known color: Purple Heart. HEX triplet: 59, 1E and CA. RGB value is (89,30,202). Sum of RGB (Red+Green+Blue) = 89+30+202=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #591ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591ECA is #A6E135. Grayscale: #424242. Windows color (decimal): -10936630 or 13246041. OLE color: 13246041.

HSL color Cylindrical-coordinate representation of color #591ECA: hue angle of 260.58º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591ECA is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 30 202 -
CMYK 0.56 0.85 0 0.21
HSL 260.58º 0.74% 0.45% -
HSV(B) 260.58º 0.85% 0.79% -
XYZ 15.24 7.32 56.49 -
YUV 67.25 204.05 143.51 -
System Red Green Blue C M Y K H S L
Decimal 89 30 202 0.56 0.85 0 0.21 260.58 0.74 0.45
Hex 59 1E CA 38 55 0 15 105 4A 2D
Octal 131 36 312 70 125 0 25 405 112 55
Binary 1011001 11110 11001010 111000 1010101 0 10101 100000101 1001010 101101

Color Harmonies of #591ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591ECA

Black with #591ECA

Text Example


Text Example

White with #591ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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