Html Css Color HEX #5933AD Purple Heart

📋 copy color: '#5933AD'

red 89 ◦ green 51 ◦ blue 173

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

Shades of Purple Heart #5933AD

Tints of Purple Heart #5933AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.27%

R = 28.43%
G = 16.29%
B = 55.27%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5933AD (or 0x5933AD) is known color: Purple Heart. HEX triplet: 59, 33 and AD. RGB value is (89,51,173). Sum of RGB (Red+Green+Blue) = 89+51+173=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #5933AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5933AD is #A6CC52. Grayscale: #4B4B4B. Windows color (decimal): -10931283 or 11350873. OLE color: 11350873.

HSL color Cylindrical-coordinate representation of color #5933AD: hue angle of 258.69º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5933AD is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 51 173 -
CMYK 0.49 0.71 0 0.32
HSL 258.69º 0.54% 0.44% -
HSV(B) 258.69º 0.71% 0.68% -
XYZ 12.85 7.51 40.31 -
YUV 76.27 182.59 137.08 -
System Red Green Blue C M Y K H S L
Decimal 89 51 173 0.49 0.71 0 0.32 258.69 0.54 0.44
Hex 59 33 AD 31 47 0 20 103 36 2C
Octal 131 63 255 61 107 0 40 403 66 54
Binary 1011001 110011 10101101 110001 1000111 0 100000 100000011 110110 101100

Color Harmonies of #5933AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5933AD

Black with #5933AD

Text Example


Text Example

White with #5933AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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