Html Css Color HEX #580D58 Palatinate Purple

📋 copy color: '#580D58'

red 88 ◦ green 13 ◦ blue 88

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

Shades of Palatinate Purple #580D58

Tints of Palatinate Purple #580D58

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.88%

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

R = 46.56%
G = 6.88%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#580D58 (or 0x580D58) is known color: Palatinate Purple. HEX triplet: 58, 0D and 58. RGB value is (88,13,88). Sum of RGB (Red+Green+Blue) = 88+13+88=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #580D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580D58 is #A7F2A7. Grayscale: #2B2B2B. Windows color (decimal): -11006632 or 5770584. OLE color: 5770584.

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

Color convert

RGB 88 13 88 -
CMYK 0 0.85 0 0.65
HSL 300º 0.74% 0.2% -
HSV(B) 300º 0.85% 0.35% -
XYZ 5.93 3.07 9.51 -
YUV 43.98 152.85 159.4 -
System Red Green Blue C M Y K H S L
Decimal 88 13 88 0 0.85 0 0.65 300 0.74 0.2
Hex 58 D 58 0 55 0 41 12C 4A 14
Octal 130 15 130 0 125 0 101 454 112 24
Binary 1011000 1101 1011000 0 1010101 0 1000001 100101100 1001010 10100

Color Harmonies of #580D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D58

Black with #580D58

Text Example


Text Example

White with #580D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,13,88); }

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

background-color css

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

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

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

border-color css

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

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

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