Html Css Color HEX #581757 Palatinate Purple

📋 copy color: '#581757'

red 88 ◦ green 23 ◦ blue 87

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

Shades of Palatinate Purple #581757

Tints of Palatinate Purple #581757

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.62%

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

R = 44.44%
G = 11.62%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#581757 (or 0x581757) is known color: Palatinate Purple. HEX triplet: 58, 17 and 57. RGB value is (88,23,87). Sum of RGB (Red+Green+Blue) = 88+23+87=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #581757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581757 is #A7E8A8. Grayscale: #313131. Windows color (decimal): -11004073 or 5707608. OLE color: 5707608.

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

Color convert

RGB 88 23 87 -
CMYK 0 0.74 0.01 0.65
HSL 300.92º 0.59% 0.22% -
HSV(B) 300.92º 0.74% 0.35% -
XYZ 6.05 3.38 9.35 -
YUV 49.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 88 23 87 0 0.74 0.01 0.65 300.92 0.59 0.22
Hex 58 17 57 0 4A 1 41 12D 3B 16
Octal 130 27 127 0 112 1 101 455 73 26
Binary 1011000 10111 1010111 0 1001010 1 1000001 100101101 111011 10110

Color Harmonies of #581757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581757

Black with #581757

Text Example


Text Example

White with #581757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581757; }

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

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

background-color css

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

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

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

border-color css

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

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

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