Html Css Color HEX #581F54 Palatinate Purple

📋 copy color: '#581F54'

red 88 ◦ green 31 ◦ blue 84

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

Shades of Palatinate Purple #581F54

Tints of Palatinate Purple #581F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.38%

R = 43.35%
G = 15.27%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#581F54 (or 0x581F54) is known color: Palatinate Purple. HEX triplet: 58, 1F and 54. RGB value is (88,31,84). Sum of RGB (Red+Green+Blue) = 88+31+84=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #581F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F54 is #A7E0AB. Grayscale: #353535. Windows color (decimal): -11002028 or 5513048. OLE color: 5513048.

HSL color Cylindrical-coordinate representation of color #581F54: hue angle of 304.21º 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 #581F54 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 31 84 -
CMYK 0 0.65 0.05 0.65
HSL 304.21º 0.48% 0.23% -
HSV(B) 304.21º 0.65% 0.35% -
XYZ 6.11 3.69 8.78 -
YUV 54.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 88 31 84 0 0.65 0.05 0.65 304.21 0.48 0.23
Hex 58 1F 54 0 41 5 41 130 30 17
Octal 130 37 124 0 101 5 101 460 60 27
Binary 1011000 11111 1010100 0 1000001 101 1000001 100110000 110000 10111

Color Harmonies of #581F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F54

Black with #581F54

Text Example


Text Example

White with #581F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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