Html Css Color HEX #591CC6 Purple Heart

📋 copy color: '#591CC6'

red 89 ◦ green 28 ◦ blue 198

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

Shades of Purple Heart #591CC6

Tints of Purple Heart #591CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 62.86%

R = 28.25%
G = 8.89%
B = 62.86%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#591CC6 (or 0x591CC6) is known color: Purple Heart. HEX triplet: 59, 1C and C6. RGB value is (89,28,198). Sum of RGB (Red+Green+Blue) = 89+28+198=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 198 (77.73% from 255 or 62.86% from 315); Max value from RGB is 198 - color contains mainly: blue. Hex color #591CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CC6 is #A6E339. Grayscale: #414141. Windows color (decimal): -10937146 or 12983385. OLE color: 12983385.

HSL color Cylindrical-coordinate representation of color #591CC6: hue angle of 261.53º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591CC6 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 89 28 198 -
CMYK 0.55 0.86 0 0.22
HSL 261.53º 0.75% 0.44% -
HSV(B) 261.53º 0.86% 0.78% -
XYZ 14.73 7.03 54.01 -
YUV 65.62 202.71 144.68 -
System Red Green Blue C M Y K H S L
Decimal 89 28 198 0.55 0.86 0 0.22 261.53 0.75 0.44
Hex 59 1C C6 37 56 0 16 106 4B 2C
Octal 131 34 306 67 126 0 26 406 113 54
Binary 1011001 11100 11000110 110111 1010110 0 10110 100000110 1001011 101100

Color Harmonies of #591CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591CC6

Black with #591CC6

Text Example


Text Example

White with #591CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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