Html Css Color HEX #580559 Palatinate Purple

📋 copy color: '#580559'

red 88 ◦ green 5 ◦ blue 89

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

Shades of Palatinate Purple #580559

Tints of Palatinate Purple #580559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 48.9%

R = 48.35%
G = 2.75%
B = 48.9%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#580559 (or 0x580559) is known color: Palatinate Purple. HEX triplet: 58, 05 and 59. RGB value is (88,5,89). Sum of RGB (Red+Green+Blue) = 88+5+89=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #580559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580559 is #A7FAA6. Grayscale: #272727. Windows color (decimal): -11008679 or 5834072. OLE color: 5834072.

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

Color convert

RGB 88 5 89 -
CMYK 0.01 0.94 0 0.65
HSL 299.29º 0.89% 0.18% -
HSV(B) 299.29º 0.94% 0.35% -
XYZ 5.88 2.9 9.7 -
YUV 39.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 88 5 89 0.01 0.94 0 0.65 299.29 0.89 0.18
Hex 58 5 59 1 5E 0 41 12B 59 12
Octal 130 5 131 1 136 0 101 453 131 22
Binary 1011000 101 1011001 1 1011110 0 1000001 100101011 1011001 10010

Color Harmonies of #580559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580559

Black with #580559

Text Example


Text Example

White with #580559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580559; }

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

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

background-color css

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

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

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

border-color css

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

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

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