Html Css Color HEX #580951 Palatinate Purple

📋 copy color: '#580951'

red 88 ◦ green 9 ◦ blue 81

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

Shades of Palatinate Purple #580951

Tints of Palatinate Purple #580951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 45.51%

R = 49.44%
G = 5.06%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#580951 (or 0x580951) is known color: Palatinate Purple. HEX triplet: 58, 09 and 51. RGB value is (88,9,81). Sum of RGB (Red+Green+Blue) = 88+9+81=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #580951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580951 is #A7F6AE. Grayscale: #282828. Windows color (decimal): -11007663 or 5310808. OLE color: 5310808.

HSL color Cylindrical-coordinate representation of color #580951: hue angle of 305.32º 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 #580951 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 9 81 -
CMYK 0 0.90 0.08 0.65
HSL 305.32º 0.81% 0.19% -
HSV(B) 305.32º 0.9% 0.35% -
XYZ 5.61 2.86 8.04 -
YUV 40.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 88 9 81 0 0.90 0.08 0.65 305.32 0.81 0.19
Hex 58 9 51 0 5A 8 41 131 51 13
Octal 130 11 121 0 132 10 101 461 121 23
Binary 1011000 1001 1010001 0 1011010 1000 1000001 100110001 1010001 10011

Color Harmonies of #580951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580951

Black with #580951

Text Example


Text Example

White with #580951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580951; }

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

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

background-color css

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

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

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

border-color css

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

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

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