Html Css Color HEX #550256 Palatinate Purple

📋 copy color: '#550256'

red 85 ◦ green 2 ◦ blue 86

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

Shades of Palatinate Purple #550256

Tints of Palatinate Purple #550256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 86 (33.98% from 255) = 49.71%

R = 49.13%
G = 1.16%
B = 49.71%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#550256 (or 0x550256) is known color: Palatinate Purple. HEX triplet: 55, 02 and 56. RGB value is (85,2,86). Sum of RGB (Red+Green+Blue) = 85+2+86=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #550256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550256 is #AAFDA9. Grayscale: #242424. Windows color (decimal): -11206058 or 5636693. OLE color: 5636693.

HSL color Cylindrical-coordinate representation of color #550256: hue angle of 299.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550256 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 2 86 -
CMYK 0.01 0.98 0 0.66
HSL 299.29º 0.95% 0.17% -
HSV(B) 299.29º 0.98% 0.34% -
XYZ 5.45 2.65 9.03 -
YUV 36.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 85 2 86 0.01 0.98 0 0.66 299.29 0.95 0.17
Hex 55 2 56 1 62 0 42 12B 5F 11
Octal 125 2 126 1 142 0 102 453 137 21
Binary 1010101 10 1010110 1 1100010 0 1000010 100101011 1011111 10001

Color Harmonies of #550256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550256

Black with #550256

Text Example


Text Example

White with #550256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550256; }

 p { color: rgb(85,2,86); }

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

background-color css

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

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

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

border-color css

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

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

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