Html Css Color HEX #581B52 Palatinate Purple

📋 copy color: '#581B52'

red 88 ◦ green 27 ◦ blue 82

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

Shades of Palatinate Purple #581B52

Tints of Palatinate Purple #581B52

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.71%

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

R = 44.67%
G = 13.71%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#581B52 (or 0x581B52) is known color: Palatinate Purple. HEX triplet: 58, 1B and 52. RGB value is (88,27,82). Sum of RGB (Red+Green+Blue) = 88+27+82=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #581B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581B52 is #A7E4AD. Grayscale: #333333. Windows color (decimal): -11003054 or 5380952. OLE color: 5380952.

HSL color Cylindrical-coordinate representation of color #581B52: hue angle of 305.9º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #581B52 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 27 82 -
CMYK 0 0.69 0.07 0.65
HSL 305.9º 0.53% 0.23% -
HSV(B) 305.9º 0.69% 0.35% -
XYZ 5.94 3.47 8.34 -
YUV 51.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 88 27 82 0 0.69 0.07 0.65 305.9 0.53 0.23
Hex 58 1B 52 0 45 7 41 132 35 17
Octal 130 33 122 0 105 7 101 462 65 27
Binary 1011000 11011 1010010 0 1000101 111 1000001 100110010 110101 10111

Color Harmonies of #581B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B52

Black with #581B52

Text Example


Text Example

White with #581B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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