Html Css Color HEX #580A57 Palatinate Purple

📋 copy color: '#580A57'

red 88 ◦ green 10 ◦ blue 87

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

Shades of Palatinate Purple #580A57

Tints of Palatinate Purple #580A57

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.41%

 BLUE value IS 87 (34.38% from 255) = 47.03%

R = 47.57%
G = 5.41%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#580A57 (or 0x580A57) is known color: Palatinate Purple. HEX triplet: 58, 0A and 57. RGB value is (88,10,87). Sum of RGB (Red+Green+Blue) = 88+10+87=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #580A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A57 is #A7F5A8. Grayscale: #292929. Windows color (decimal): -11007401 or 5704280. OLE color: 5704280.

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

Color convert

RGB 88 10 87 -
CMYK 0 0.89 0.01 0.65
HSL 300.77º 0.8% 0.19% -
HSV(B) 300.77º 0.89% 0.35% -
XYZ 5.85 2.98 9.28 -
YUV 42.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 88 10 87 0 0.89 0.01 0.65 300.77 0.8 0.19
Hex 58 A 57 0 59 1 41 12D 50 13
Octal 130 12 127 0 131 1 101 455 120 23
Binary 1011000 1010 1010111 0 1011001 1 1000001 100101101 1010000 10011

Color Harmonies of #580A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A57

Black with #580A57

Text Example


Text Example

White with #580A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,10,87); }

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

background-color css

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

 a { background-color: rgb(88,10,87); }

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

border-color css

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

 span { border-color: rgb(88,10,87); }

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