Html Css Color HEX #550AAD Purple Heart

📋 copy color: '#550AAD'

red 85 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #550AAD

Tints of Purple Heart #550AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.73%

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

R = 31.72%
G = 3.73%
B = 64.55%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#550AAD (or 0x550AAD) is known color: Purple Heart. HEX triplet: 55, 0A and AD. RGB value is (85,10,173). Sum of RGB (Red+Green+Blue) = 85+10+173=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #550AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550AAD is #AAF552. Grayscale: #323232. Windows color (decimal): -11203923 or 11340373. OLE color: 11340373.

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

Color convert

RGB 85 10 173 -
CMYK 0.51 0.94 0 0.32
HSL 267.61º 0.89% 0.36% -
HSV(B) 267.61º 0.94% 0.68% -
XYZ 11.4 5.17 39.93 -
YUV 51.01 196.85 152.25 -
System Red Green Blue C M Y K H S L
Decimal 85 10 173 0.51 0.94 0 0.32 267.61 0.89 0.36
Hex 55 A AD 33 5E 0 20 10C 59 24
Octal 125 12 255 63 136 0 40 414 131 44
Binary 1010101 1010 10101101 110011 1011110 0 100000 100001100 1011001 100100

Color Harmonies of #550AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550AAD

Black with #550AAD

Text Example


Text Example

White with #550AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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