Html Css Color HEX #581B4E Palatinate Purple

📋 copy color: '#581B4E'

red 88 ◦ green 27 ◦ blue 78

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

Shades of Palatinate Purple #581B4E

Tints of Palatinate Purple #581B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.41%

R = 45.6%
G = 13.99%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#581B4E (or 0x581B4E) is known color: Palatinate Purple. HEX triplet: 58, 1B and 4E. RGB value is (88,27,78). Sum of RGB (Red+Green+Blue) = 88+27+78=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #581B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581B4E is #A7E4B1. Grayscale: #323232. Windows color (decimal): -11003058 or 5118808. OLE color: 5118808.

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

Color convert

RGB 88 27 78 -
CMYK 0 0.69 0.11 0.65
HSL 309.84º 0.53% 0.23% -
HSV(B) 309.84º 0.69% 0.35% -
XYZ 5.79 3.41 7.56 -
YUV 51.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 88 27 78 0 0.69 0.11 0.65 309.84 0.53 0.23
Hex 58 1B 4E 0 45 B 41 136 35 17
Octal 130 33 116 0 105 13 101 466 65 27
Binary 1011000 11011 1001110 0 1000101 1011 1000001 100110110 110101 10111

Color Harmonies of #581B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B4E

Black with #581B4E

Text Example


Text Example

White with #581B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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