Html Css Color HEX #581156 Palatinate Purple

📋 copy color: '#581156'

red 88 ◦ green 17 ◦ blue 86

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

Shades of Palatinate Purple #581156

Tints of Palatinate Purple #581156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.03%

R = 46.07%
G = 8.9%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#581156 (or 0x581156) is known color: Palatinate Purple. HEX triplet: 58, 11 and 56. RGB value is (88,17,86). Sum of RGB (Red+Green+Blue) = 88+17+86=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #581156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581156 is #A7EEA9. Grayscale: #2D2D2D. Windows color (decimal): -11005610 or 5640536. OLE color: 5640536.

HSL color Cylindrical-coordinate representation of color #581156: hue angle of 301.69º 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 #581156 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 17 86 -
CMYK 0 0.81 0.02 0.65
HSL 301.69º 0.68% 0.21% -
HSV(B) 301.69º 0.81% 0.35% -
XYZ 5.9 3.15 9.1 -
YUV 46.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 88 17 86 0 0.81 0.02 0.65 301.69 0.68 0.21
Hex 58 11 56 0 51 2 41 12E 44 15
Octal 130 21 126 0 121 2 101 456 104 25
Binary 1011000 10001 1010110 0 1010001 10 1000001 100101110 1000100 10101

Color Harmonies of #581156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581156

Black with #581156

Text Example


Text Example

White with #581156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581156; }

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

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

background-color css

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

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

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

border-color css

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

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

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