Html Css Color HEX #550852 Palatinate Purple

📋 copy color: '#550852'

red 85 ◦ green 8 ◦ blue 82

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

Shades of Palatinate Purple #550852

Tints of Palatinate Purple #550852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.57%

 BLUE value IS 82 (32.42% from 255) = 46.86%

R = 48.57%
G = 4.57%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#550852 (or 0x550852) is known color: Palatinate Purple. HEX triplet: 55, 08 and 52. RGB value is (85,8,82). Sum of RGB (Red+Green+Blue) = 85+8+82=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #550852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550852 is #AAF7AD. Grayscale: #272727. Windows color (decimal): -11204526 or 5376085. OLE color: 5376085.

HSL color Cylindrical-coordinate representation of color #550852: hue angle of 302.34º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550852 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 8 82 -
CMYK 0 0.91 0.04 0.67
HSL 302.34º 0.83% 0.18% -
HSV(B) 302.34º 0.91% 0.33% -
XYZ 5.36 2.71 8.22 -
YUV 39.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 85 8 82 0 0.91 0.04 0.67 302.34 0.83 0.18
Hex 55 8 52 0 5B 4 43 12E 53 12
Octal 125 10 122 0 133 4 103 456 123 22
Binary 1010101 1000 1010010 0 1011011 100 1000011 100101110 1010011 10010

Color Harmonies of #550852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550852

Black with #550852

Text Example


Text Example

White with #550852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550852; }

 p { color: rgb(85,8,82); }

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

background-color css

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

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

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

border-color css

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

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

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