Html Css Color HEX #550358 Palatinate Purple

📋 copy color: '#550358'

red 85 ◦ green 3 ◦ blue 88

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

Shades of Palatinate Purple #550358

Tints of Palatinate Purple #550358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 50%

R = 48.3%
G = 1.7%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#550358 (or 0x550358) is known color: Palatinate Purple. HEX triplet: 55, 03 and 58. RGB value is (85,3,88). Sum of RGB (Red+Green+Blue) = 85+3+88=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #550358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550358 is #AAFCA7. Grayscale: #242424. Windows color (decimal): -11205800 or 5768021. OLE color: 5768021.

HSL color Cylindrical-coordinate representation of color #550358: hue angle of 297.88º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550358 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 3 88 -
CMYK 0.03 0.97 0 0.65
HSL 297.88º 0.93% 0.18% -
HSV(B) 297.88º 0.97% 0.35% -
XYZ 5.54 2.7 9.46 -
YUV 37.21 156.67 162.09 -
System Red Green Blue C M Y K H S L
Decimal 85 3 88 0.03 0.97 0 0.65 297.88 0.93 0.18
Hex 55 3 58 3 61 0 41 12A 5D 12
Octal 125 3 130 3 141 0 101 452 135 22
Binary 1010101 11 1011000 11 1100001 0 1000001 100101010 1011101 10010

Color Harmonies of #550358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550358

Black with #550358

Text Example


Text Example

White with #550358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550358; }

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

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

background-color css

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

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

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

border-color css

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

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

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