Html Css Color HEX #581758 Palatinate Purple

📋 copy color: '#581758'

red 88 ◦ green 23 ◦ blue 88

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

Shades of Palatinate Purple #581758

Tints of Palatinate Purple #581758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 44.22%

R = 44.22%
G = 11.56%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#581758 (or 0x581758) is known color: Palatinate Purple. HEX triplet: 58, 17 and 58. RGB value is (88,23,88). Sum of RGB (Red+Green+Blue) = 88+23+88=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #581758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581758 is #A7E8A7. Grayscale: #313131. Windows color (decimal): -11004072 or 5773144. OLE color: 5773144.

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

Color convert

RGB 88 23 88 -
CMYK 0 0.74 0 0.65
HSL 300º 0.59% 0.22% -
HSV(B) 300º 0.74% 0.35% -
XYZ 6.09 3.39 9.57 -
YUV 49.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 88 23 88 0 0.74 0 0.65 300 0.59 0.22
Hex 58 17 58 0 4A 0 41 12C 3B 16
Octal 130 27 130 0 112 0 101 454 73 26
Binary 1011000 10111 1011000 0 1001010 0 1000001 100101100 111011 10110

Color Harmonies of #581758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581758

Black with #581758

Text Example


Text Example

White with #581758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581758; }

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

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

background-color css

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

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

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

border-color css

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

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

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