Html Css Color HEX #5531AC Purple Heart

📋 copy color: '#5531AC'

red 85 ◦ green 49 ◦ blue 172

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

Shades of Purple Heart #5531AC

Tints of Purple Heart #5531AC

RGB

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

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

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

R = 27.78%
G = 16.01%
B = 56.21%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5531AC (or 0x5531AC) is known color: Purple Heart. HEX triplet: 55, 31 and AC. RGB value is (85,49,172). Sum of RGB (Red+Green+Blue) = 85+49+172=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #5531AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5531AC is #AACE53. Grayscale: #494949. Windows color (decimal): -11193940 or 11284821. OLE color: 11284821.

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

Color convert

RGB 85 49 172 -
CMYK 0.51 0.72 0 0.33
HSL 257.56º 0.56% 0.43% -
HSV(B) 257.56º 0.72% 0.67% -
XYZ 12.29 7.11 39.75 -
YUV 73.79 183.43 136 -
System Red Green Blue C M Y K H S L
Decimal 85 49 172 0.51 0.72 0 0.33 257.56 0.56 0.43
Hex 55 31 AC 33 48 0 21 102 38 2B
Octal 125 61 254 63 110 0 41 402 70 53
Binary 1010101 110001 10101100 110011 1001000 0 100001 100000010 111000 101011

Color Harmonies of #5531AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5531AC

Black with #5531AC

Text Example


Text Example

White with #5531AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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