Html Css Color HEX #580A53 Palatinate Purple

📋 copy color: '#580A53'

red 88 ◦ green 10 ◦ blue 83

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

Shades of Palatinate Purple #580A53

Tints of Palatinate Purple #580A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.86%

R = 48.62%
G = 5.52%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#580A53 (or 0x580A53) is known color: Palatinate Purple. HEX triplet: 58, 0A and 53. RGB value is (88,10,83). Sum of RGB (Red+Green+Blue) = 88+10+83=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #580A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A53 is #A7F5AC. Grayscale: #292929. Windows color (decimal): -11007405 or 5442136. OLE color: 5442136.

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

Color convert

RGB 88 10 83 -
CMYK 0 0.89 0.06 0.65
HSL 303.85º 0.8% 0.19% -
HSV(B) 303.85º 0.89% 0.35% -
XYZ 5.69 2.92 8.45 -
YUV 41.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 88 10 83 0 0.89 0.06 0.65 303.85 0.8 0.19
Hex 58 A 53 0 59 6 41 130 50 13
Octal 130 12 123 0 131 6 101 460 120 23
Binary 1011000 1010 1010011 0 1011001 110 1000001 100110000 1010000 10011

Color Harmonies of #580A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A53

Black with #580A53

Text Example


Text Example

White with #580A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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