Html Css Color HEX #580759 Palatinate Purple

📋 copy color: '#580759'

red 88 ◦ green 7 ◦ blue 89

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

Shades of Palatinate Purple #580759

Tints of Palatinate Purple #580759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

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

R = 47.83%
G = 3.8%
B = 48.37%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#580759 (or 0x580759) is known color: Palatinate Purple. HEX triplet: 58, 07 and 59. RGB value is (88,7,89). Sum of RGB (Red+Green+Blue) = 88+7+89=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #580759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580759 is #A7F8A6. Grayscale: #282828. Windows color (decimal): -11008167 or 5834584. OLE color: 5834584.

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

Color convert

RGB 88 7 89 -
CMYK 0.01 0.92 0 0.65
HSL 299.27º 0.85% 0.19% -
HSV(B) 299.27º 0.92% 0.35% -
XYZ 5.9 2.95 9.71 -
YUV 40.57 155.34 161.83 -
System Red Green Blue C M Y K H S L
Decimal 88 7 89 0.01 0.92 0 0.65 299.27 0.85 0.19
Hex 58 7 59 1 5C 0 41 12B 55 13
Octal 130 7 131 1 134 0 101 453 125 23
Binary 1011000 111 1011001 1 1011100 0 1000001 100101011 1010101 10011

Color Harmonies of #580759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580759

Black with #580759

Text Example


Text Example

White with #580759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580759; }

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

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

background-color css

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

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

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

border-color css

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

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

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