Html Css Color HEX #580558 Palatinate Purple

📋 copy color: '#580558'

red 88 ◦ green 5 ◦ blue 88

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

Shades of Palatinate Purple #580558

Tints of Palatinate Purple #580558

RGB

 RED value IS 88 (34.77% from 255) = 48.62%

 GREEN value IS 5 (2.34% from 255) = 2.76%

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

R = 48.62%
G = 2.76%
B = 48.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#580558 (or 0x580558) is known color: Palatinate Purple. HEX triplet: 58, 05 and 58. RGB value is (88,5,88). Sum of RGB (Red+Green+Blue) = 88+5+88=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #580558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580558 is #A7FAA7. Grayscale: #272727. Windows color (decimal): -11008680 or 5768536. OLE color: 5768536.

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

Color convert

RGB 88 5 88 -
CMYK 0 0.94 0 0.65
HSL 300º 0.89% 0.18% -
HSV(B) 300º 0.94% 0.35% -
XYZ 5.84 2.89 9.48 -
YUV 39.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 88 5 88 0 0.94 0 0.65 300 0.89 0.18
Hex 58 5 58 0 5E 0 41 12C 59 12
Octal 130 5 130 0 136 0 101 454 131 22
Binary 1011000 101 1011000 0 1011110 0 1000001 100101100 1011001 10010

Color Harmonies of #580558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580558

Black with #580558

Text Example


Text Example

White with #580558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580558; }

 p { color: rgb(88,5,88); }

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

background-color css

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

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

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

border-color css

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

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

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