Html Css Color HEX #580956 Palatinate Purple

📋 copy color: '#580956'

red 88 ◦ green 9 ◦ blue 86

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

Shades of Palatinate Purple #580956

Tints of Palatinate Purple #580956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 46.99%

R = 48.09%
G = 4.92%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#580956 (or 0x580956) is known color: Palatinate Purple. HEX triplet: 58, 09 and 56. RGB value is (88,9,86). Sum of RGB (Red+Green+Blue) = 88+9+86=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #580956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580956 is #A7F6A9. Grayscale: #292929. Windows color (decimal): -11007658 or 5638488. OLE color: 5638488.

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

Color convert

RGB 88 9 86 -
CMYK 0 0.90 0.02 0.65
HSL 301.52º 0.81% 0.19% -
HSV(B) 301.52º 0.9% 0.35% -
XYZ 5.8 2.94 9.07 -
YUV 41.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 88 9 86 0 0.90 0.02 0.65 301.52 0.81 0.19
Hex 58 9 56 0 5A 2 41 12E 51 13
Octal 130 11 126 0 132 2 101 456 121 23
Binary 1011000 1001 1010110 0 1011010 10 1000001 100101110 1010001 10011

Color Harmonies of #580956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580956

Black with #580956

Text Example


Text Example

White with #580956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580956; }

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

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

background-color css

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

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

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

border-color css

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

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

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