Html Css Color HEX #5933AC Purple Heart

📋 copy color: '#5933AC'

red 89 ◦ green 51 ◦ blue 172

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

Shades of Purple Heart #5933AC

Tints of Purple Heart #5933AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

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

R = 28.53%
G = 16.35%
B = 55.13%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5933AC (or 0x5933AC) is known color: Purple Heart. HEX triplet: 59, 33 and AC. RGB value is (89,51,172). Sum of RGB (Red+Green+Blue) = 89+51+172=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #5933AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5933AC is #A6CC53. Grayscale: #4B4B4B. Windows color (decimal): -10931284 or 11285337. OLE color: 11285337.

HSL color Cylindrical-coordinate representation of color #5933AC: hue angle of 258.84º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5933AC is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 51 172 -
CMYK 0.48 0.70 0 0.33
HSL 258.84º 0.54% 0.44% -
HSV(B) 258.84º 0.7% 0.67% -
XYZ 12.75 7.47 39.8 -
YUV 76.16 182.09 137.16 -
System Red Green Blue C M Y K H S L
Decimal 89 51 172 0.48 0.70 0 0.33 258.84 0.54 0.44
Hex 59 33 AC 30 46 0 21 103 36 2C
Octal 131 63 254 60 106 0 41 403 66 54
Binary 1011001 110011 10101100 110000 1000110 0 100001 100000011 110110 101100

Color Harmonies of #5933AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5933AC

Black with #5933AC

Text Example


Text Example

White with #5933AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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