Html Css Color HEX #581259 Palatinate Purple

📋 copy color: '#581259'

red 88 ◦ green 18 ◦ blue 89

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

Shades of Palatinate Purple #581259

Tints of Palatinate Purple #581259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 45.64%

R = 45.13%
G = 9.23%
B = 45.64%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#581259 (or 0x581259) is known color: Palatinate Purple. HEX triplet: 58, 12 and 59. RGB value is (88,18,89). Sum of RGB (Red+Green+Blue) = 88+18+89=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #581259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581259 is #A7EDA6. Grayscale: #2E2E2E. Windows color (decimal): -11005351 or 5837400. OLE color: 5837400.

HSL color Cylindrical-coordinate representation of color #581259: hue angle of 299.15º 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 #581259 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 89 -
CMYK 0.01 0.80 0 0.65
HSL 299.15º 0.66% 0.21% -
HSV(B) 299.15º 0.8% 0.35% -
XYZ 6.04 3.23 9.76 -
YUV 47.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 88 18 89 0.01 0.80 0 0.65 299.15 0.66 0.21
Hex 58 12 59 1 50 0 41 12B 42 15
Octal 130 22 131 1 120 0 101 453 102 25
Binary 1011000 10010 1011001 1 1010000 0 1000001 100101011 1000010 10101

Color Harmonies of #581259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581259

Black with #581259

Text Example


Text Example

White with #581259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581259; }

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

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

background-color css

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

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

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

border-color css

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

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

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