Html Css Color HEX #580955 Palatinate Purple

📋 copy color: '#580955'

red 88 ◦ green 9 ◦ blue 85

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

Shades of Palatinate Purple #580955

Tints of Palatinate Purple #580955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.95%

 BLUE value IS 85 (33.59% from 255) = 46.7%

R = 48.35%
G = 4.95%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#580955 (or 0x580955) is known color: Palatinate Purple. HEX triplet: 58, 09 and 55. RGB value is (88,9,85). Sum of RGB (Red+Green+Blue) = 88+9+85=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #580955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580955 is #A7F6AA. Grayscale: #292929. Windows color (decimal): -11007659 or 5572952. OLE color: 5572952.

HSL color Cylindrical-coordinate representation of color #580955: hue angle of 302.28º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580955 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 9 85 -
CMYK 0 0.90 0.03 0.65
HSL 302.28º 0.81% 0.19% -
HSV(B) 302.28º 0.9% 0.35% -
XYZ 5.76 2.93 8.86 -
YUV 41.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 88 9 85 0 0.90 0.03 0.65 302.28 0.81 0.19
Hex 58 9 55 0 5A 3 41 12E 51 13
Octal 130 11 125 0 132 3 101 456 121 23
Binary 1011000 1001 1010101 0 1011010 11 1000001 100101110 1010001 10011

Color Harmonies of #580955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580955

Black with #580955

Text Example


Text Example

White with #580955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580955; }

 p { color: rgb(88,9,85); }

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

background-color css

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

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

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

border-color css

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

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

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