Html Css Color HEX #5531AB Purple Heart

📋 copy color: '#5531AB'

red 85 ◦ green 49 ◦ blue 171

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

Shades of Purple Heart #5531AB

Tints of Purple Heart #5531AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 27.87%
G = 16.07%
B = 56.07%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5531AB (or 0x5531AB) is known color: Purple Heart. HEX triplet: 55, 31 and AB. RGB value is (85,49,171). Sum of RGB (Red+Green+Blue) = 85+49+171=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #5531AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5531AB is #AACE54. Grayscale: #494949. Windows color (decimal): -11193941 or 11219285. OLE color: 11219285.

HSL color Cylindrical-coordinate representation of color #5531AB: hue angle of 257.7º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5531AB is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 49 171 -
CMYK 0.50 0.71 0 0.33
HSL 257.7º 0.55% 0.43% -
HSV(B) 257.7º 0.71% 0.67% -
XYZ 12.2 7.07 39.25 -
YUV 73.67 182.93 136.08 -
System Red Green Blue C M Y K H S L
Decimal 85 49 171 0.50 0.71 0 0.33 257.7 0.55 0.43
Hex 55 31 AB 32 47 0 21 102 37 2B
Octal 125 61 253 62 107 0 41 402 67 53
Binary 1010101 110001 10101011 110010 1000111 0 100001 100000010 110111 101011

Color Harmonies of #5531AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5531AB

Black with #5531AB

Text Example


Text Example

White with #5531AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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