Html Css Color HEX #581D50 Palatinate Purple

📋 copy color: '#581D50'

red 88 ◦ green 29 ◦ blue 80

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

Shades of Palatinate Purple #581D50

Tints of Palatinate Purple #581D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 40.61%

R = 44.67%
G = 14.72%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#581D50 (or 0x581D50) is known color: Palatinate Purple. HEX triplet: 58, 1D and 50. RGB value is (88,29,80). Sum of RGB (Red+Green+Blue) = 88+29+80=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #581D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D50 is #A7E2AF. Grayscale: #343434. Windows color (decimal): -11002544 or 5250392. OLE color: 5250392.

HSL color Cylindrical-coordinate representation of color #581D50: hue angle of 308.14º 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 #581D50 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 29 80 -
CMYK 0 0.67 0.09 0.65
HSL 308.14º 0.5% 0.23% -
HSV(B) 308.14º 0.67% 0.35% -
XYZ 5.91 3.53 7.96 -
YUV 52.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 88 29 80 0 0.67 0.09 0.65 308.14 0.5 0.23
Hex 58 1D 50 0 43 9 41 134 32 17
Octal 130 35 120 0 103 11 101 464 62 27
Binary 1011000 11101 1010000 0 1000011 1001 1000001 100110100 110010 10111

Color Harmonies of #581D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D50

Black with #581D50

Text Example


Text Example

White with #581D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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