Html Css Color HEX #581157 Palatinate Purple

📋 copy color: '#581157'

red 88 ◦ green 17 ◦ blue 87

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

Shades of Palatinate Purple #581157

Tints of Palatinate Purple #581157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.31%

R = 45.83%
G = 8.85%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#581157 (or 0x581157) is known color: Palatinate Purple. HEX triplet: 58, 11 and 57. RGB value is (88,17,87). Sum of RGB (Red+Green+Blue) = 88+17+87=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #581157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581157 is #A7EEA8. Grayscale: #2E2E2E. Windows color (decimal): -11005609 or 5706072. OLE color: 5706072.

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

Color convert

RGB 88 17 87 -
CMYK 0 0.81 0.01 0.65
HSL 300.85º 0.68% 0.21% -
HSV(B) 300.85º 0.81% 0.35% -
XYZ 5.95 3.16 9.31 -
YUV 46.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 88 17 87 0 0.81 0.01 0.65 300.85 0.68 0.21
Hex 58 11 57 0 51 1 41 12D 44 15
Octal 130 21 127 0 121 1 101 455 104 25
Binary 1011000 10001 1010111 0 1010001 1 1000001 100101101 1000100 10101

Color Harmonies of #581157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581157

Black with #581157

Text Example


Text Example

White with #581157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581157; }

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

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

background-color css

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

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

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

border-color css

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

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

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