Html Css Color HEX #580556 Palatinate Purple

📋 copy color: '#580556'

red 88 ◦ green 5 ◦ blue 86

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

Shades of Palatinate Purple #580556

Tints of Palatinate Purple #580556

RGB

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

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

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

R = 49.16%
G = 2.79%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#580556 (or 0x580556) is known color: Palatinate Purple. HEX triplet: 58, 05 and 56. RGB value is (88,5,86). Sum of RGB (Red+Green+Blue) = 88+5+86=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #580556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580556 is #A7FAA9. Grayscale: #262626. Windows color (decimal): -11008682 or 5637464. OLE color: 5637464.

HSL color Cylindrical-coordinate representation of color #580556: hue angle of 301.45º 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 #580556 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 5 86 -
CMYK 0 0.94 0.02 0.65
HSL 301.45º 0.89% 0.18% -
HSV(B) 301.45º 0.94% 0.35% -
XYZ 5.76 2.86 9.05 -
YUV 39.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 88 5 86 0 0.94 0.02 0.65 301.45 0.89 0.18
Hex 58 5 56 0 5E 2 41 12D 59 12
Octal 130 5 126 0 136 2 101 455 131 22
Binary 1011000 101 1010110 0 1011110 10 1000001 100101101 1011001 10010

Color Harmonies of #580556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580556

Black with #580556

Text Example


Text Example

White with #580556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580556; }

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

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

background-color css

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

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

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

border-color css

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

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

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