Html Css Color HEX #580A52 Palatinate Purple

📋 copy color: '#580A52'

red 88 ◦ green 10 ◦ blue 82

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

Shades of Palatinate Purple #580A52

Tints of Palatinate Purple #580A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 45.56%

R = 48.89%
G = 5.56%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#580A52 (or 0x580A52) is known color: Palatinate Purple. HEX triplet: 58, 0A and 52. RGB value is (88,10,82). Sum of RGB (Red+Green+Blue) = 88+10+82=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #580A52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A52 is #A7F5AD. Grayscale: #292929. Windows color (decimal): -11007406 or 5376600. OLE color: 5376600.

HSL color Cylindrical-coordinate representation of color #580A52: hue angle of 304.62º 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 #580A52 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 10 82 -
CMYK 0 0.89 0.07 0.65
HSL 304.62º 0.8% 0.19% -
HSV(B) 304.62º 0.89% 0.35% -
XYZ 5.66 2.9 8.24 -
YUV 41.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 88 10 82 0 0.89 0.07 0.65 304.62 0.8 0.19
Hex 58 A 52 0 59 7 41 131 50 13
Octal 130 12 122 0 131 7 101 461 120 23
Binary 1011000 1010 1010010 0 1011001 111 1000001 100110001 1010000 10011

Color Harmonies of #580A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A52

Black with #580A52

Text Example


Text Example

White with #580A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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