Html Css Color HEX #550155 Palatinate Purple

📋 copy color: '#550155'

red 85 ◦ green 1 ◦ blue 85

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

Shades of Palatinate Purple #550155

Tints of Palatinate Purple #550155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 49.71%
G = 0.58%
B = 49.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#550155 (or 0x550155) is known color: Palatinate Purple. HEX triplet: 55, 01 and 55. RGB value is (85,1,85). Sum of RGB (Red+Green+Blue) = 85+1+85=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #550155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550155 is #AAFEAA. Grayscale: #232323. Windows color (decimal): -11206315 or 5570901. OLE color: 5570901.

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

Color convert

RGB 85 1 85 -
CMYK 0 0.99 0 0.67
HSL 300º 0.98% 0.17% -
HSV(B) 300º 0.99% 0.33% -
XYZ 5.4 2.61 8.81 -
YUV 35.69 155.83 163.17 -
System Red Green Blue C M Y K H S L
Decimal 85 1 85 0 0.99 0 0.67 300 0.98 0.17
Hex 55 1 55 0 63 0 43 12C 62 11
Octal 125 1 125 0 143 0 103 454 142 21
Binary 1010101 1 1010101 0 1100011 0 1000011 100101100 1100010 10001

Color Harmonies of #550155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550155

Black with #550155

Text Example


Text Example

White with #550155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550155; }

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

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

background-color css

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

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

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

border-color css

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

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

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