Html Css Color HEX #550ABA Purple Heart

📋 copy color: '#550ABA'

red 85 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #550ABA

Tints of Purple Heart #550ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.19%

R = 30.25%
G = 3.56%
B = 66.19%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#550ABA (or 0x550ABA) is known color: Purple Heart. HEX triplet: 55, 0A and BA. RGB value is (85,10,186). Sum of RGB (Red+Green+Blue) = 85+10+186=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #550ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550ABA is #AAF545. Grayscale: #333333. Windows color (decimal): -11203910 or 12192341. OLE color: 12192341.

HSL color Cylindrical-coordinate representation of color #550ABA: hue angle of 265.57º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550ABA is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 10 186 -
CMYK 0.54 0.95 0 0.27
HSL 265.57º 0.9% 0.38% -
HSV(B) 265.57º 0.95% 0.73% -
XYZ 12.72 5.69 46.88 -
YUV 52.49 203.35 151.19 -
System Red Green Blue C M Y K H S L
Decimal 85 10 186 0.54 0.95 0 0.27 265.57 0.9 0.38
Hex 55 A BA 36 5F 0 1B 10A 5A 26
Octal 125 12 272 66 137 0 33 412 132 46
Binary 1010101 1010 10111010 110110 1011111 0 11011 100001010 1011010 100110

Color Harmonies of #550ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550ABA

Black with #550ABA

Text Example


Text Example

White with #550ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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