Html Css Color HEX #580B56 Palatinate Purple

📋 copy color: '#580B56'

red 88 ◦ green 11 ◦ blue 86

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

Shades of Palatinate Purple #580B56

Tints of Palatinate Purple #580B56

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.95%

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

R = 47.57%
G = 5.95%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#580B56 (or 0x580B56) is known color: Palatinate Purple. HEX triplet: 58, 0B and 56. RGB value is (88,11,86). Sum of RGB (Red+Green+Blue) = 88+11+86=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #580B56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B56 is #A7F4A9. Grayscale: #2A2A2A. Windows color (decimal): -11007146 or 5639000. OLE color: 5639000.

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

Color convert

RGB 88 11 86 -
CMYK 0 0.88 0.02 0.65
HSL 301.56º 0.78% 0.19% -
HSV(B) 301.56º 0.88% 0.35% -
XYZ 5.82 2.99 9.07 -
YUV 42.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 88 11 86 0 0.88 0.02 0.65 301.56 0.78 0.19
Hex 58 B 56 0 58 2 41 12E 4E 13
Octal 130 13 126 0 130 2 101 456 116 23
Binary 1011000 1011 1010110 0 1011000 10 1000001 100101110 1001110 10011

Color Harmonies of #580B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B56

Black with #580B56

Text Example


Text Example

White with #580B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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