Html Css Color HEX #5533AD Purple Heart

📋 copy color: '#5533AD'

red 85 ◦ green 51 ◦ blue 173

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

Shades of Purple Heart #5533AD

Tints of Purple Heart #5533AD

RGB

 RED value IS 85 (33.59% from 255) = 27.51%

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

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

R = 27.51%
G = 16.5%
B = 55.99%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5533AD (or 0x5533AD) is known color: Purple Heart. HEX triplet: 55, 33 and AD. RGB value is (85,51,173). Sum of RGB (Red+Green+Blue) = 85+51+173=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #5533AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5533AD is #AACC52. Grayscale: #4A4A4A. Windows color (decimal): -11193427 or 11350869. OLE color: 11350869.

HSL color Cylindrical-coordinate representation of color #5533AD: hue angle of 256.72º 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 #5533AD is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 51 173 -
CMYK 0.51 0.71 0 0.32
HSL 256.72º 0.54% 0.44% -
HSV(B) 256.72º 0.71% 0.68% -
XYZ 12.47 7.32 40.29 -
YUV 75.07 183.26 135.08 -
System Red Green Blue C M Y K H S L
Decimal 85 51 173 0.51 0.71 0 0.32 256.72 0.54 0.44
Hex 55 33 AD 33 47 0 20 101 36 2C
Octal 125 63 255 63 107 0 40 401 66 54
Binary 1010101 110011 10101101 110011 1000111 0 100000 100000001 110110 101100

Color Harmonies of #5533AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5533AD

Black with #5533AD

Text Example


Text Example

White with #5533AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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