Html Css Color HEX #591CCE Purple Heart

📋 copy color: '#591CCE'

red 89 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #591CCE

Tints of Purple Heart #591CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.67%

 BLUE value IS 206 (80.86% from 255) = 63.78%

R = 27.55%
G = 8.67%
B = 63.78%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#591CCE (or 0x591CCE) is known color: Purple Heart. HEX triplet: 59, 1C and CE. RGB value is (89,28,206). Sum of RGB (Red+Green+Blue) = 89+28+206=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #591CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CCE is #A6E331. Grayscale: #414141. Windows color (decimal): -10937138 or 13507673. OLE color: 13507673.

HSL color Cylindrical-coordinate representation of color #591CCE: hue angle of 260.56º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591CCE is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 28 206 -
CMYK 0.57 0.86 0 0.19
HSL 260.56º 0.76% 0.46% -
HSV(B) 260.56º 0.86% 0.81% -
XYZ 15.68 7.41 59 -
YUV 66.53 206.71 144.03 -
System Red Green Blue C M Y K H S L
Decimal 89 28 206 0.57 0.86 0 0.19 260.56 0.76 0.46
Hex 59 1C CE 39 56 0 13 105 4C 2E
Octal 131 34 316 71 126 0 23 405 114 56
Binary 1011001 11100 11001110 111001 1010110 0 10011 100000101 1001100 101110

Color Harmonies of #591CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591CCE

Black with #591CCE

Text Example


Text Example

White with #591CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,28,206); }

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

background-color css

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

 a { background-color: rgb(89,28,206); }

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

border-color css

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

 span { border-color: rgb(89,28,206); }

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