Html Css Color HEX #581159 Palatinate Purple

📋 copy color: '#581159'

red 88 ◦ green 17 ◦ blue 89

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

Shades of Palatinate Purple #581159

Tints of Palatinate Purple #581159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 45.88%

R = 45.36%
G = 8.76%
B = 45.88%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#581159 (or 0x581159) is known color: Palatinate Purple. HEX triplet: 58, 11 and 59. RGB value is (88,17,89). Sum of RGB (Red+Green+Blue) = 88+17+89=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #581159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581159 is #A7EEA6. Grayscale: #2E2E2E. Windows color (decimal): -11005607 or 5837144. OLE color: 5837144.

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

Color convert

RGB 88 17 89 -
CMYK 0.01 0.81 0 0.65
HSL 299.17º 0.68% 0.21% -
HSV(B) 299.17º 0.81% 0.35% -
XYZ 6.03 3.2 9.75 -
YUV 46.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 88 17 89 0.01 0.81 0 0.65 299.17 0.68 0.21
Hex 58 11 59 1 51 0 41 12B 44 15
Octal 130 21 131 1 121 0 101 453 104 25
Binary 1011000 10001 1011001 1 1010001 0 1000001 100101011 1000100 10101

Color Harmonies of #581159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581159

Black with #581159

Text Example


Text Example

White with #581159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581159; }

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

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

background-color css

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

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

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

border-color css

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

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

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