Html Css Color HEX #581E52 Palatinate Purple

📋 copy color: '#581E52'

red 88 ◦ green 30 ◦ blue 82

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

Shades of Palatinate Purple #581E52

Tints of Palatinate Purple #581E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15%

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

R = 44%
G = 15%
B = 41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#581E52 (or 0x581E52) is known color: Palatinate Purple. HEX triplet: 58, 1E and 52. RGB value is (88,30,82). Sum of RGB (Red+Green+Blue) = 88+30+82=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #581E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581E52 is #A7E1AD. Grayscale: #353535. Windows color (decimal): -11002286 or 5381720. OLE color: 5381720.

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

Color convert

RGB 88 30 82 -
CMYK 0 0.66 0.07 0.65
HSL 306.21º 0.49% 0.23% -
HSV(B) 306.21º 0.66% 0.35% -
XYZ 6.01 3.61 8.36 -
YUV 53.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 88 30 82 0 0.66 0.07 0.65 306.21 0.49 0.23
Hex 58 1E 52 0 42 7 41 132 31 17
Octal 130 36 122 0 102 7 101 462 61 27
Binary 1011000 11110 1010010 0 1000010 111 1000001 100110010 110001 10111

Color Harmonies of #581E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581E52

Black with #581E52

Text Example


Text Example

White with #581E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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