Html Css Color HEX #581151 Palatinate Purple

📋 copy color: '#581151'

red 88 ◦ green 17 ◦ blue 81

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

Shades of Palatinate Purple #581151

Tints of Palatinate Purple #581151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

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

R = 47.31%
G = 9.14%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#581151 (or 0x581151) is known color: Palatinate Purple. HEX triplet: 58, 11 and 51. RGB value is (88,17,81). Sum of RGB (Red+Green+Blue) = 88+17+81=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #581151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581151 is #A7EEAE. Grayscale: #2D2D2D. Windows color (decimal): -11005615 or 5312856. OLE color: 5312856.

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

Color convert

RGB 88 17 81 -
CMYK 0 0.81 0.08 0.65
HSL 305.92º 0.68% 0.21% -
HSV(B) 305.92º 0.81% 0.35% -
XYZ 5.71 3.07 8.08 -
YUV 45.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 88 17 81 0 0.81 0.08 0.65 305.92 0.68 0.21
Hex 58 11 51 0 51 8 41 132 44 15
Octal 130 21 121 0 121 10 101 462 104 25
Binary 1011000 10001 1010001 0 1010001 1000 1000001 100110010 1000100 10101

Color Harmonies of #581151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581151

Black with #581151

Text Example


Text Example

White with #581151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581151; }

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

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

background-color css

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

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

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

border-color css

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

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

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