Html Css Color HEX #581951 Palatinate Purple

📋 copy color: '#581951'

red 88 ◦ green 25 ◦ blue 81

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

Shades of Palatinate Purple #581951

Tints of Palatinate Purple #581951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

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

R = 45.36%
G = 12.89%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#581951 (or 0x581951) is known color: Palatinate Purple. HEX triplet: 58, 19 and 51. RGB value is (88,25,81). Sum of RGB (Red+Green+Blue) = 88+25+81=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #581951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581951 is #A7E6AE. Grayscale: #323232. Windows color (decimal): -11003567 or 5314904. OLE color: 5314904.

HSL color Cylindrical-coordinate representation of color #581951: hue angle of 306.67º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581951 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 25 81 -
CMYK 0 0.72 0.08 0.65
HSL 306.67º 0.56% 0.22% -
HSV(B) 306.67º 0.72% 0.35% -
XYZ 5.86 3.36 8.13 -
YUV 50.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 88 25 81 0 0.72 0.08 0.65 306.67 0.56 0.22
Hex 58 19 51 0 48 8 41 133 38 16
Octal 130 31 121 0 110 10 101 463 70 26
Binary 1011000 11001 1010001 0 1001000 1000 1000001 100110011 111000 10110

Color Harmonies of #581951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581951

Black with #581951

Text Example


Text Example

White with #581951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581951; }

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

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

background-color css

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

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

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

border-color css

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

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

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