Html Css Color HEX #580659 Palatinate Purple

📋 copy color: '#580659'

red 88 ◦ green 6 ◦ blue 89

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

Shades of Palatinate Purple #580659

Tints of Palatinate Purple #580659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.28%

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

R = 48.09%
G = 3.28%
B = 48.63%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#580659 (or 0x580659) is known color: Palatinate Purple. HEX triplet: 58, 06 and 59. RGB value is (88,6,89). Sum of RGB (Red+Green+Blue) = 88+6+89=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #580659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580659 is #A7F9A6. Grayscale: #272727. Windows color (decimal): -11008423 or 5834328. OLE color: 5834328.

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

Color convert

RGB 88 6 89 -
CMYK 0.01 0.93 0 0.65
HSL 299.28º 0.87% 0.19% -
HSV(B) 299.28º 0.93% 0.35% -
XYZ 5.89 2.93 9.71 -
YUV 39.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 88 6 89 0.01 0.93 0 0.65 299.28 0.87 0.19
Hex 58 6 59 1 5D 0 41 12B 57 13
Octal 130 6 131 1 135 0 101 453 127 23
Binary 1011000 110 1011001 1 1011101 0 1000001 100101011 1010111 10011

Color Harmonies of #580659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580659

Black with #580659

Text Example


Text Example

White with #580659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580659; }

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

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

background-color css

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

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

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

border-color css

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

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

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