Html Css Color HEX #581257 Palatinate Purple

📋 copy color: '#581257'

red 88 ◦ green 18 ◦ blue 87

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

Shades of Palatinate Purple #581257

Tints of Palatinate Purple #581257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.33%

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

R = 45.6%
G = 9.33%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#581257 (or 0x581257) is known color: Palatinate Purple. HEX triplet: 58, 12 and 57. RGB value is (88,18,87). Sum of RGB (Red+Green+Blue) = 88+18+87=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #581257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581257 is #A7EDA8. Grayscale: #2E2E2E. Windows color (decimal): -11005353 or 5706328. OLE color: 5706328.

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

Color convert

RGB 88 18 87 -
CMYK 0 0.80 0.01 0.65
HSL 300.86º 0.66% 0.21% -
HSV(B) 300.86º 0.8% 0.35% -
XYZ 5.96 3.2 9.32 -
YUV 46.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 88 18 87 0 0.80 0.01 0.65 300.86 0.66 0.21
Hex 58 12 57 0 50 1 41 12D 42 15
Octal 130 22 127 0 120 1 101 455 102 25
Binary 1011000 10010 1010111 0 1010000 1 1000001 100101101 1000010 10101

Color Harmonies of #581257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581257

Black with #581257

Text Example


Text Example

White with #581257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581257; }

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

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

background-color css

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

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

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

border-color css

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

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

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