Html Css Color HEX #5929AC Purple Heart

📋 copy color: '#5929AC'

red 89 ◦ green 41 ◦ blue 172

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

Shades of Purple Heart #5929AC

Tints of Purple Heart #5929AC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

 BLUE value IS 172 (67.58% from 255) = 56.95%

R = 29.47%
G = 13.58%
B = 56.95%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5929AC (or 0x5929AC) is known color: Purple Heart. HEX triplet: 59, 29 and AC. RGB value is (89,41,172). Sum of RGB (Red+Green+Blue) = 89+41+172=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #5929AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5929AC is #A6D653. Grayscale: #454545. Windows color (decimal): -10933844 or 11282777. OLE color: 11282777.

HSL color Cylindrical-coordinate representation of color #5929AC: hue angle of 261.98º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5929AC is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 41 172 -
CMYK 0.48 0.76 0 0.33
HSL 261.98º 0.62% 0.42% -
HSV(B) 261.98º 0.76% 0.67% -
XYZ 12.36 6.69 39.67 -
YUV 70.29 185.4 141.35 -
System Red Green Blue C M Y K H S L
Decimal 89 41 172 0.48 0.76 0 0.33 261.98 0.62 0.42
Hex 59 29 AC 30 4C 0 21 106 3E 2A
Octal 131 51 254 60 114 0 41 406 76 52
Binary 1011001 101001 10101100 110000 1001100 0 100001 100000110 111110 101010

Color Harmonies of #5929AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5929AC

Black with #5929AC

Text Example


Text Example

White with #5929AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5929AC; }

 p { color: rgb(89,41,172); }

 H1.HeaderClassName
 {
   color: #5929AC;
 }
 .AnyTagClassName
 {
   color: #5929AC;
 }
</style>

background-color css

<style>
 a { background-color: #5929AC; }

 a { background-color: rgb(89,41,172); }

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

border-color css

<style>
 span { border-color: #5929AC; }

 span { border-color: rgb(89,41,172); }

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