Html Css Color HEX #581B51 Palatinate Purple

📋 copy color: '#581B51'

red 88 ◦ green 27 ◦ blue 81

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

Shades of Palatinate Purple #581B51

Tints of Palatinate Purple #581B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.33%

R = 44.9%
G = 13.78%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#581B51 (or 0x581B51) is known color: Palatinate Purple. HEX triplet: 58, 1B and 51. RGB value is (88,27,81). Sum of RGB (Red+Green+Blue) = 88+27+81=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #581B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581B51 is #A7E4AE. Grayscale: #333333. Windows color (decimal): -11003055 or 5315416. OLE color: 5315416.

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

Color convert

RGB 88 27 81 -
CMYK 0 0.69 0.08 0.65
HSL 306.89º 0.53% 0.23% -
HSV(B) 306.89º 0.69% 0.35% -
XYZ 5.9 3.45 8.14 -
YUV 51.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 88 27 81 0 0.69 0.08 0.65 306.89 0.53 0.23
Hex 58 1B 51 0 45 8 41 133 35 17
Octal 130 33 121 0 105 10 101 463 65 27
Binary 1011000 11011 1010001 0 1000101 1000 1000001 100110011 110101 10111

Color Harmonies of #581B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B51

Black with #581B51

Text Example


Text Example

White with #581B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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