Html Css Color HEX #591CC4 Purple Heart

📋 copy color: '#591CC4'

red 89 ◦ green 28 ◦ blue 196

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

Shades of Purple Heart #591CC4

Tints of Purple Heart #591CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 62.62%

R = 28.43%
G = 8.95%
B = 62.62%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#591CC4 (or 0x591CC4) is known color: Purple Heart. HEX triplet: 59, 1C and C4. RGB value is (89,28,196). Sum of RGB (Red+Green+Blue) = 89+28+196=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 196 (76.95% from 255 or 62.62% from 313); Max value from RGB is 196 - color contains mainly: blue. Hex color #591CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CC4 is #A6E33B. Grayscale: #404040. Windows color (decimal): -10937148 or 12852313. OLE color: 12852313.

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

Color convert

RGB 89 28 196 -
CMYK 0.55 0.86 0 0.23
HSL 261.79º 0.75% 0.44% -
HSV(B) 261.79º 0.86% 0.77% -
XYZ 14.5 6.94 52.8 -
YUV 65.39 201.71 144.84 -
System Red Green Blue C M Y K H S L
Decimal 89 28 196 0.55 0.86 0 0.23 261.79 0.75 0.44
Hex 59 1C C4 37 56 0 17 106 4B 2C
Octal 131 34 304 67 126 0 27 406 113 54
Binary 1011001 11100 11000100 110111 1010110 0 10111 100000110 1001011 101100

Color Harmonies of #591CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591CC4

Black with #591CC4

Text Example


Text Example

White with #591CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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