Html Css Color HEX #580859 Palatinate Purple

📋 copy color: '#580859'

red 88 ◦ green 8 ◦ blue 89

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

Shades of Palatinate Purple #580859

Tints of Palatinate Purple #580859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

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

R = 47.57%
G = 4.32%
B = 48.11%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#580859 (or 0x580859) is known color: Palatinate Purple. HEX triplet: 58, 08 and 59. RGB value is (88,8,89). Sum of RGB (Red+Green+Blue) = 88+8+89=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #580859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580859 is #A7F7A6. Grayscale: #282828. Windows color (decimal): -11007911 or 5834840. OLE color: 5834840.

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

Color convert

RGB 88 8 89 -
CMYK 0.01 0.91 0 0.65
HSL 299.26º 0.84% 0.19% -
HSV(B) 299.26º 0.91% 0.35% -
XYZ 5.91 2.97 9.71 -
YUV 41.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 88 8 89 0.01 0.91 0 0.65 299.26 0.84 0.19
Hex 58 8 59 1 5B 0 41 12B 54 13
Octal 130 10 131 1 133 0 101 453 124 23
Binary 1011000 1000 1011001 1 1011011 0 1000001 100101011 1010100 10011

Color Harmonies of #580859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580859

Black with #580859

Text Example


Text Example

White with #580859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580859; }

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

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

background-color css

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

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

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

border-color css

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

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

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