Html Css Color HEX #552AAB Purple Heart

📋 copy color: '#552AAB'

red 85 ◦ green 42 ◦ blue 171

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

Shades of Purple Heart #552AAB

Tints of Purple Heart #552AAB

RGB

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

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

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

R = 28.52%
G = 14.09%
B = 57.38%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#552AAB (or 0x552AAB) is known color: Purple Heart. HEX triplet: 55, 2A and AB. RGB value is (85,42,171). Sum of RGB (Red+Green+Blue) = 85+42+171=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #552AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552AAB is #AAD554. Grayscale: #454545. Windows color (decimal): -11195733 or 11217493. OLE color: 11217493.

HSL color Cylindrical-coordinate representation of color #552AAB: hue angle of 260º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552AAB is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 42 171 -
CMYK 0.50 0.75 0 0.33
HSL 260º 0.61% 0.42% -
HSV(B) 260º 0.75% 0.67% -
XYZ 11.92 6.53 39.16 -
YUV 69.56 185.25 139.01 -
System Red Green Blue C M Y K H S L
Decimal 85 42 171 0.50 0.75 0 0.33 260 0.61 0.42
Hex 55 2A AB 32 4B 0 21 104 3D 2A
Octal 125 52 253 62 113 0 41 404 75 52
Binary 1010101 101010 10101011 110010 1001011 0 100001 100000100 111101 101010

Color Harmonies of #552AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552AAB

Black with #552AAB

Text Example


Text Example

White with #552AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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