Html Css Color HEX #550458 Palatinate Purple

📋 copy color: '#550458'

red 85 ◦ green 4 ◦ blue 88

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

Shades of Palatinate Purple #550458

Tints of Palatinate Purple #550458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

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

R = 48.02%
G = 2.26%
B = 49.72%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#550458 (or 0x550458) is known color: Palatinate Purple. HEX triplet: 55, 04 and 58. RGB value is (85,4,88). Sum of RGB (Red+Green+Blue) = 85+4+88=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #550458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550458 is #AAFBA7. Grayscale: #252525. Windows color (decimal): -11205544 or 5768277. OLE color: 5768277.

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

Color convert

RGB 85 4 88 -
CMYK 0.03 0.95 0 0.65
HSL 297.86º 0.91% 0.18% -
HSV(B) 297.86º 0.95% 0.35% -
XYZ 5.55 2.72 9.47 -
YUV 37.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 85 4 88 0.03 0.95 0 0.65 297.86 0.91 0.18
Hex 55 4 58 3 5F 0 41 12A 5B 12
Octal 125 4 130 3 137 0 101 452 133 22
Binary 1010101 100 1011000 11 1011111 0 1000001 100101010 1011011 10010

Color Harmonies of #550458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550458

Black with #550458

Text Example


Text Example

White with #550458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550458; }

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

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

background-color css

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

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

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

border-color css

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

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

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