Html Css Color HEX #580B57 Palatinate Purple

📋 copy color: '#580B57'

red 88 ◦ green 11 ◦ blue 87

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

Shades of Palatinate Purple #580B57

Tints of Palatinate Purple #580B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 46.77%

R = 47.31%
G = 5.91%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#580B57 (or 0x580B57) is known color: Palatinate Purple. HEX triplet: 58, 0B and 57. RGB value is (88,11,87). Sum of RGB (Red+Green+Blue) = 88+11+87=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #580B57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B57 is #A7F4A8. Grayscale: #2A2A2A. Windows color (decimal): -11007145 or 5704536. OLE color: 5704536.

HSL color Cylindrical-coordinate representation of color #580B57: hue angle of 300.78º 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 #580B57 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 11 87 -
CMYK 0 0.88 0.01 0.65
HSL 300.78º 0.78% 0.19% -
HSV(B) 300.78º 0.88% 0.35% -
XYZ 5.86 3 9.29 -
YUV 42.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 88 11 87 0 0.88 0.01 0.65 300.78 0.78 0.19
Hex 58 B 57 0 58 1 41 12D 4E 13
Octal 130 13 127 0 130 1 101 455 116 23
Binary 1011000 1011 1010111 0 1011000 1 1000001 100101101 1001110 10011

Color Harmonies of #580B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B57

Black with #580B57

Text Example


Text Example

White with #580B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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