Html Css Color HEX #581955 Palatinate Purple

📋 copy color: '#581955'

red 88 ◦ green 25 ◦ blue 85

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

Shades of Palatinate Purple #581955

Tints of Palatinate Purple #581955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

 BLUE value IS 85 (33.59% from 255) = 42.93%

R = 44.44%
G = 12.63%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#581955 (or 0x581955) is known color: Palatinate Purple. HEX triplet: 58, 19 and 55. RGB value is (88,25,85). Sum of RGB (Red+Green+Blue) = 88+25+85=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #581955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581955 is #A7E6AA. Grayscale: #323232. Windows color (decimal): -11003563 or 5577048. OLE color: 5577048.

HSL color Cylindrical-coordinate representation of color #581955: hue angle of 302.86º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581955 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 25 85 -
CMYK 0 0.72 0.03 0.65
HSL 302.86º 0.56% 0.22% -
HSV(B) 302.86º 0.72% 0.35% -
XYZ 6.01 3.43 8.94 -
YUV 50.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 88 25 85 0 0.72 0.03 0.65 302.86 0.56 0.22
Hex 58 19 55 0 48 3 41 12F 38 16
Octal 130 31 125 0 110 3 101 457 70 26
Binary 1011000 11001 1010101 0 1001000 11 1000001 100101111 111000 10110

Color Harmonies of #581955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581955

Black with #581955

Text Example


Text Example

White with #581955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581955; }

 p { color: rgb(88,25,85); }

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

background-color css

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

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

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

border-color css

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

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

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