Html Css Color HEX #580A5E Palatinate Purple

📋 copy color: '#580A5E'

red 88 ◦ green 10 ◦ blue 94

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

Shades of Palatinate Purple #580A5E

Tints of Palatinate Purple #580A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 48.96%

R = 45.83%
G = 5.21%
B = 48.96%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#580A5E (or 0x580A5E) is known color: Palatinate Purple. HEX triplet: 58, 0A and 5E. RGB value is (88,10,94). Sum of RGB (Red+Green+Blue) = 88+10+94=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #580A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A5E is #A7F5A1. Grayscale: #2A2A2A. Windows color (decimal): -11007394 or 6163032. OLE color: 6163032.

HSL color Cylindrical-coordinate representation of color #580A5E: hue angle of 295.71º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580A5E is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 10 94 -
CMYK 0.06 0.89 0 0.63
HSL 295.71º 0.81% 0.2% -
HSV(B) 295.71º 0.89% 0.37% -
XYZ 6.15 3.1 10.86 -
YUV 42.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 88 10 94 0.06 0.89 0 0.63 295.71 0.81 0.2
Hex 58 A 5E 6 59 0 3F 128 51 14
Octal 130 12 136 6 131 0 77 450 121 24
Binary 1011000 1010 1011110 110 1011001 0 111111 100101000 1010001 10100

Color Harmonies of #580A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A5E

Black with #580A5E

Text Example


Text Example

White with #580A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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