Html Css Color HEX #580C59 Palatinate Purple

📋 copy color: '#580C59'

red 88 ◦ green 12 ◦ blue 89

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

Shades of Palatinate Purple #580C59

Tints of Palatinate Purple #580C59

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.35%

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

R = 46.56%
G = 6.35%
B = 47.09%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#580C59 (or 0x580C59) is known color: Palatinate Purple. HEX triplet: 58, 0C and 59. RGB value is (88,12,89). Sum of RGB (Red+Green+Blue) = 88+12+89=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #580C59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C59 is #A7F3A6. Grayscale: #2B2B2B. Windows color (decimal): -11006887 or 5835864. OLE color: 5835864.

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

Color convert

RGB 88 12 89 -
CMYK 0.01 0.87 0 0.65
HSL 299.22º 0.76% 0.2% -
HSV(B) 299.22º 0.87% 0.35% -
XYZ 5.96 3.06 9.73 -
YUV 43.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 88 12 89 0.01 0.87 0 0.65 299.22 0.76 0.2
Hex 58 C 59 1 57 0 41 12B 4C 14
Octal 130 14 131 1 127 0 101 453 114 24
Binary 1011000 1100 1011001 1 1010111 0 1000001 100101011 1001100 10100

Color Harmonies of #580C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C59

Black with #580C59

Text Example


Text Example

White with #580C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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