Html Css Color HEX #581D56 Palatinate Purple

📋 copy color: '#581D56'

red 88 ◦ green 29 ◦ blue 86

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

Shades of Palatinate Purple #581D56

Tints of Palatinate Purple #581D56

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.29%

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

R = 43.35%
G = 14.29%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#581D56 (or 0x581D56) is known color: Palatinate Purple. HEX triplet: 58, 1D and 56. RGB value is (88,29,86). Sum of RGB (Red+Green+Blue) = 88+29+86=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #581D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D56 is #A7E2A9. Grayscale: #343434. Windows color (decimal): -11002538 or 5643608. OLE color: 5643608.

HSL color Cylindrical-coordinate representation of color #581D56: hue angle of 302.03º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #581D56 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 29 86 -
CMYK 0 0.67 0.02 0.65
HSL 302.03º 0.5% 0.23% -
HSV(B) 302.03º 0.67% 0.35% -
XYZ 6.14 3.63 9.18 -
YUV 53.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 88 29 86 0 0.67 0.02 0.65 302.03 0.5 0.23
Hex 58 1D 56 0 43 2 41 12E 32 17
Octal 130 35 126 0 103 2 101 456 62 27
Binary 1011000 11101 1010110 0 1000011 10 1000001 100101110 110010 10111

Color Harmonies of #581D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D56

Black with #581D56

Text Example


Text Example

White with #581D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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