Html Css Color HEX #580C56 Palatinate Purple

📋 copy color: '#580C56'

red 88 ◦ green 12 ◦ blue 86

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

Shades of Palatinate Purple #580C56

Tints of Palatinate Purple #580C56

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.45%

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

R = 47.31%
G = 6.45%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#580C56 (or 0x580C56) is known color: Palatinate Purple. HEX triplet: 58, 0C and 56. RGB value is (88,12,86). Sum of RGB (Red+Green+Blue) = 88+12+86=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #580C56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C56 is #A7F3A9. Grayscale: #2A2A2A. Windows color (decimal): -11006890 or 5639256. OLE color: 5639256.

HSL color Cylindrical-coordinate representation of color #580C56: hue angle of 301.58º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #580C56 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 12 86 -
CMYK 0 0.86 0.02 0.65
HSL 301.58º 0.76% 0.2% -
HSV(B) 301.58º 0.86% 0.35% -
XYZ 5.84 3.01 9.08 -
YUV 43.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 88 12 86 0 0.86 0.02 0.65 301.58 0.76 0.2
Hex 58 C 56 0 56 2 41 12E 4C 14
Octal 130 14 126 0 126 2 101 456 114 24
Binary 1011000 1100 1010110 0 1010110 10 1000001 100101110 1001100 10100

Color Harmonies of #580C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C56

Black with #580C56

Text Example


Text Example

White with #580C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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