Html Css Color HEX #581759 Palatinate Purple

📋 copy color: '#581759'

red 88 ◦ green 23 ◦ blue 89

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

Shades of Palatinate Purple #581759

Tints of Palatinate Purple #581759

RGB

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

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

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

R = 44%
G = 11.5%
B = 44.5%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#581759 (or 0x581759) is known color: Palatinate Purple. HEX triplet: 58, 17 and 59. RGB value is (88,23,89). Sum of RGB (Red+Green+Blue) = 88+23+89=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #581759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581759 is #A7E8A6. Grayscale: #313131. Windows color (decimal): -11004071 or 5838680. OLE color: 5838680.

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

Color convert

RGB 88 23 89 -
CMYK 0.01 0.74 0 0.65
HSL 299.09º 0.59% 0.22% -
HSV(B) 299.09º 0.74% 0.35% -
XYZ 6.13 3.41 9.79 -
YUV 49.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 88 23 89 0.01 0.74 0 0.65 299.09 0.59 0.22
Hex 58 17 59 1 4A 0 41 12B 3B 16
Octal 130 27 131 1 112 0 101 453 73 26
Binary 1011000 10111 1011001 1 1001010 0 1000001 100101011 111011 10110

Color Harmonies of #581759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581759

Black with #581759

Text Example


Text Example

White with #581759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581759; }

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

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

background-color css

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

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

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

border-color css

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

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

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