Html Css Color HEX #581457 Palatinate Purple

📋 copy color: '#581457'

red 88 ◦ green 20 ◦ blue 87

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

Shades of Palatinate Purple #581457

Tints of Palatinate Purple #581457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.26%

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

R = 45.13%
G = 10.26%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#581457 (or 0x581457) is known color: Palatinate Purple. HEX triplet: 58, 14 and 57. RGB value is (88,20,87). Sum of RGB (Red+Green+Blue) = 88+20+87=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #581457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581457 is #A7EBA8. Grayscale: #2F2F2F. Windows color (decimal): -11004841 or 5706840. OLE color: 5706840.

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

Color convert

RGB 88 20 87 -
CMYK 0 0.77 0.01 0.65
HSL 300.88º 0.63% 0.21% -
HSV(B) 300.88º 0.77% 0.35% -
XYZ 5.99 3.26 9.33 -
YUV 47.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 88 20 87 0 0.77 0.01 0.65 300.88 0.63 0.21
Hex 58 14 57 0 4D 1 41 12D 3F 15
Octal 130 24 127 0 115 1 101 455 77 25
Binary 1011000 10100 1010111 0 1001101 1 1000001 100101101 111111 10101

Color Harmonies of #581457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581457

Black with #581457

Text Example


Text Example

White with #581457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581457; }

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

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

background-color css

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

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

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

border-color css

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

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

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