Html Css Color HEX #552AAD Purple Heart

📋 copy color: '#552AAD'

red 85 ◦ green 42 ◦ blue 173

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

Shades of Purple Heart #552AAD

Tints of Purple Heart #552AAD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14%

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

R = 28.33%
G = 14%
B = 57.67%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#552AAD (or 0x552AAD) is known color: Purple Heart. HEX triplet: 55, 2A and AD. RGB value is (85,42,173). Sum of RGB (Red+Green+Blue) = 85+42+173=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #552AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552AAD is #AAD552. Grayscale: #454545. Windows color (decimal): -11195731 or 11348565. OLE color: 11348565.

HSL color Cylindrical-coordinate representation of color #552AAD: hue angle of 259.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552AAD is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 42 173 -
CMYK 0.51 0.76 0 0.32
HSL 259.69º 0.61% 0.42% -
HSV(B) 259.69º 0.76% 0.68% -
XYZ 12.12 6.6 40.17 -
YUV 69.79 186.25 138.85 -
System Red Green Blue C M Y K H S L
Decimal 85 42 173 0.51 0.76 0 0.32 259.69 0.61 0.42
Hex 55 2A AD 33 4C 0 20 104 3D 2A
Octal 125 52 255 63 114 0 40 404 75 52
Binary 1010101 101010 10101101 110011 1001100 0 100000 100000100 111101 101010

Color Harmonies of #552AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552AAD

Black with #552AAD

Text Example


Text Example

White with #552AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552AAD; }

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

 H1.HeaderClassName
 {
   color: #552AAD;
 }
 .AnyTagClassName
 {
   color: #552AAD;
 }
</style>

background-color css

<style>
 a { background-color: #552AAD; }

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

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

border-color css

<style>
 span { border-color: #552AAD; }

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

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