Html Css Color HEX #550356 Palatinate Purple

📋 copy color: '#550356'

red 85 ◦ green 3 ◦ blue 86

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

Shades of Palatinate Purple #550356

Tints of Palatinate Purple #550356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.72%

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

R = 48.85%
G = 1.72%
B = 49.43%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#550356 (or 0x550356) is known color: Palatinate Purple. HEX triplet: 55, 03 and 56. RGB value is (85,3,86). Sum of RGB (Red+Green+Blue) = 85+3+86=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #550356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550356 is #AAFCA9. Grayscale: #242424. Windows color (decimal): -11205802 or 5636949. OLE color: 5636949.

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

Color convert

RGB 85 3 86 -
CMYK 0.01 0.97 0 0.66
HSL 299.28º 0.93% 0.17% -
HSV(B) 299.28º 0.97% 0.34% -
XYZ 5.46 2.67 9.03 -
YUV 36.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 85 3 86 0.01 0.97 0 0.66 299.28 0.93 0.17
Hex 55 3 56 1 61 0 42 12B 5D 11
Octal 125 3 126 1 141 0 102 453 135 21
Binary 1010101 11 1010110 1 1100001 0 1000010 100101011 1011101 10001

Color Harmonies of #550356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550356

Black with #550356

Text Example


Text Example

White with #550356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550356; }

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

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

background-color css

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

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

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

border-color css

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

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

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