Html Css Color HEX #581B50 Palatinate Purple

📋 copy color: '#581B50'

red 88 ◦ green 27 ◦ blue 80

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

Shades of Palatinate Purple #581B50

Tints of Palatinate Purple #581B50

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.85%

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

R = 45.13%
G = 13.85%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#581B50 (or 0x581B50) is known color: Palatinate Purple. HEX triplet: 58, 1B and 50. RGB value is (88,27,80). Sum of RGB (Red+Green+Blue) = 88+27+80=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #581B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581B50 is #A7E4AF. Grayscale: #333333. Windows color (decimal): -11003056 or 5249880. OLE color: 5249880.

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

Color convert

RGB 88 27 80 -
CMYK 0 0.69 0.09 0.65
HSL 307.87º 0.53% 0.23% -
HSV(B) 307.87º 0.69% 0.35% -
XYZ 5.86 3.44 7.94 -
YUV 51.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 88 27 80 0 0.69 0.09 0.65 307.87 0.53 0.23
Hex 58 1B 50 0 45 9 41 134 35 17
Octal 130 33 120 0 105 11 101 464 65 27
Binary 1011000 11011 1010000 0 1000101 1001 1000001 100110100 110101 10111

Color Harmonies of #581B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B50

Black with #581B50

Text Example


Text Example

White with #581B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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