Html Css Color HEX #581057 Palatinate Purple

📋 copy color: '#581057'

red 88 ◦ green 16 ◦ blue 87

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

Shades of Palatinate Purple #581057

Tints of Palatinate Purple #581057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.38%

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

R = 46.07%
G = 8.38%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#581057 (or 0x581057) is known color: Palatinate Purple. HEX triplet: 58, 10 and 57. RGB value is (88,16,87). Sum of RGB (Red+Green+Blue) = 88+16+87=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #581057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581057 is #A7EFA8. Grayscale: #2D2D2D. Windows color (decimal): -11005865 or 5705816. OLE color: 5705816.

HSL color Cylindrical-coordinate representation of color #581057: hue angle of 300.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581057 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 87 -
CMYK 0 0.82 0.01 0.65
HSL 300.83º 0.69% 0.2% -
HSV(B) 300.83º 0.82% 0.35% -
XYZ 5.93 3.13 9.31 -
YUV 45.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 88 16 87 0 0.82 0.01 0.65 300.83 0.69 0.2
Hex 58 10 57 0 52 1 41 12D 45 14
Octal 130 20 127 0 122 1 101 455 105 24
Binary 1011000 10000 1010111 0 1010010 1 1000001 100101101 1000101 10100

Color Harmonies of #581057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581057

Black with #581057

Text Example


Text Example

White with #581057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581057; }

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

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

background-color css

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

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

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

border-color css

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

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

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