Html Css Color HEX #581F52 Palatinate Purple

📋 copy color: '#581F52'

red 88 ◦ green 31 ◦ blue 82

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

Shades of Palatinate Purple #581F52

Tints of Palatinate Purple #581F52

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.42%

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

R = 43.78%
G = 15.42%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#581F52 (or 0x581F52) is known color: Palatinate Purple. HEX triplet: 58, 1F and 52. RGB value is (88,31,82). Sum of RGB (Red+Green+Blue) = 88+31+82=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #581F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F52 is #A7E0AD. Grayscale: #353535. Windows color (decimal): -11002030 or 5381976. OLE color: 5381976.

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

Color convert

RGB 88 31 82 -
CMYK 0 0.65 0.07 0.65
HSL 306.32º 0.48% 0.23% -
HSV(B) 306.32º 0.65% 0.35% -
XYZ 6.04 3.66 8.37 -
YUV 53.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 88 31 82 0 0.65 0.07 0.65 306.32 0.48 0.23
Hex 58 1F 52 0 41 7 41 132 30 17
Octal 130 37 122 0 101 7 101 462 60 27
Binary 1011000 11111 1010010 0 1000001 111 1000001 100110010 110000 10111

Color Harmonies of #581F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F52

Black with #581F52

Text Example


Text Example

White with #581F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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