Html Css Color HEX #581552 Palatinate Purple

📋 copy color: '#581552'

red 88 ◦ green 21 ◦ blue 82

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

Shades of Palatinate Purple #581552

Tints of Palatinate Purple #581552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.99%

 BLUE value IS 82 (32.42% from 255) = 42.93%

R = 46.07%
G = 10.99%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#581552 (or 0x581552) is known color: Palatinate Purple. HEX triplet: 58, 15 and 52. RGB value is (88,21,82). Sum of RGB (Red+Green+Blue) = 88+21+82=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #581552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581552 is #A7EAAD. Grayscale: #2F2F2F. Windows color (decimal): -11004590 or 5379416. OLE color: 5379416.

HSL color Cylindrical-coordinate representation of color #581552: hue angle of 305.37º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581552 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 21 82 -
CMYK 0 0.76 0.07 0.65
HSL 305.37º 0.61% 0.21% -
HSV(B) 305.37º 0.76% 0.35% -
XYZ 5.82 3.22 8.3 -
YUV 47.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 88 21 82 0 0.76 0.07 0.65 305.37 0.61 0.21
Hex 58 15 52 0 4C 7 41 131 3D 15
Octal 130 25 122 0 114 7 101 461 75 25
Binary 1011000 10101 1010010 0 1001100 111 1000001 100110001 111101 10101

Color Harmonies of #581552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581552

Black with #581552

Text Example


Text Example

White with #581552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581552; }

 p { color: rgb(88,21,82); }

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

background-color css

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

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

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

border-color css

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

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

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