Html Css Color HEX #5531AD Purple Heart

📋 copy color: '#5531AD'

red 85 ◦ green 49 ◦ blue 173

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

Shades of Purple Heart #5531AD

Tints of Purple Heart #5531AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.96%

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

R = 27.69%
G = 15.96%
B = 56.35%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5531AD (or 0x5531AD) is known color: Purple Heart. HEX triplet: 55, 31 and AD. RGB value is (85,49,173). Sum of RGB (Red+Green+Blue) = 85+49+173=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #5531AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5531AD is #AACE52. Grayscale: #494949. Windows color (decimal): -11193939 or 11350357. OLE color: 11350357.

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

Color convert

RGB 85 49 173 -
CMYK 0.51 0.72 0 0.32
HSL 257.42º 0.56% 0.44% -
HSV(B) 257.42º 0.72% 0.68% -
XYZ 12.39 7.15 40.26 -
YUV 73.9 183.93 135.92 -
System Red Green Blue C M Y K H S L
Decimal 85 49 173 0.51 0.72 0 0.32 257.42 0.56 0.44
Hex 55 31 AD 33 48 0 20 101 38 2C
Octal 125 61 255 63 110 0 40 401 70 54
Binary 1010101 110001 10101101 110011 1001000 0 100000 100000001 111000 101100

Color Harmonies of #5531AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5531AD

Black with #5531AD

Text Example


Text Example

White with #5531AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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