Html Css Color HEX #551055 Hot Purple

📋 copy color: '#551055'

red 85 ◦ green 16 ◦ blue 85

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

Shades of Hot Purple #551055

Tints of Hot Purple #551055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

 BLUE value IS 85 (33.59% from 255) = 45.7%

R = 45.7%
G = 8.6%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#551055 (or 0x551055) is known color: Hot Purple. HEX triplet: 55, 10 and 55. RGB value is (85,16,85). Sum of RGB (Red+Green+Blue) = 85+16+85=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #551055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551055 is #AAEFAA. Grayscale: #2C2C2C. Windows color (decimal): -11202475 or 5574741. OLE color: 5574741.

HSL color Cylindrical-coordinate representation of color #551055: hue angle of 300º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551055 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 16 85 -
CMYK 0 0.81 0 0.67
HSL 300º 0.68% 0.2% -
HSV(B) 300º 0.81% 0.33% -
XYZ 5.57 2.96 8.87 -
YUV 44.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 85 16 85 0 0.81 0 0.67 300 0.68 0.2
Hex 55 10 55 0 51 0 43 12C 44 14
Octal 125 20 125 0 121 0 103 454 104 24
Binary 1010101 10000 1010101 0 1010001 0 1000011 100101100 1000100 10100

Color Harmonies of #551055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551055

Black with #551055

Text Example


Text Example

White with #551055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551055; }

 p { color: rgb(85,16,85); }

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

background-color css

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

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

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

border-color css

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

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

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