Html Css Color HEX #581855 Palatinate Purple

📋 copy color: '#581855'

red 88 ◦ green 24 ◦ blue 85

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

Shades of Palatinate Purple #581855

Tints of Palatinate Purple #581855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.18%

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

R = 44.67%
G = 12.18%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#581855 (or 0x581855) is known color: Palatinate Purple. HEX triplet: 58, 18 and 55. RGB value is (88,24,85). Sum of RGB (Red+Green+Blue) = 88+24+85=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #581855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581855 is #A7E7AA. Grayscale: #313131. Windows color (decimal): -11003819 or 5576792. OLE color: 5576792.

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

Color convert

RGB 88 24 85 -
CMYK 0 0.73 0.03 0.65
HSL 302.81º 0.57% 0.22% -
HSV(B) 302.81º 0.73% 0.35% -
XYZ 5.99 3.38 8.93 -
YUV 50.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 88 24 85 0 0.73 0.03 0.65 302.81 0.57 0.22
Hex 58 18 55 0 49 3 41 12F 39 16
Octal 130 30 125 0 111 3 101 457 71 26
Binary 1011000 11000 1010101 0 1001001 11 1000001 100101111 111001 10110

Color Harmonies of #581855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581855

Black with #581855

Text Example


Text Example

White with #581855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581855; }

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

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

background-color css

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

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

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

border-color css

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

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

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