Html Css Color HEX #581557 Palatinate Purple

📋 copy color: '#581557'

red 88 ◦ green 21 ◦ blue 87

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

Shades of Palatinate Purple #581557

Tints of Palatinate Purple #581557

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

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

R = 44.9%
G = 10.71%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#581557 (or 0x581557) is known color: Palatinate Purple. HEX triplet: 58, 15 and 57. RGB value is (88,21,87). Sum of RGB (Red+Green+Blue) = 88+21+87=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #581557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581557 is #A7EAA8. Grayscale: #303030. Windows color (decimal): -11004585 or 5707096. OLE color: 5707096.

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

Color convert

RGB 88 21 87 -
CMYK 0 0.76 0.01 0.65
HSL 300.9º 0.61% 0.21% -
HSV(B) 300.9º 0.76% 0.35% -
XYZ 6.01 3.3 9.34 -
YUV 48.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 88 21 87 0 0.76 0.01 0.65 300.9 0.61 0.21
Hex 58 15 57 0 4C 1 41 12D 3D 15
Octal 130 25 127 0 114 1 101 455 75 25
Binary 1011000 10101 1010111 0 1001100 1 1000001 100101101 111101 10101

Color Harmonies of #581557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581557

Black with #581557

Text Example


Text Example

White with #581557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581557; }

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

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

background-color css

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

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

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

border-color css

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

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

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