Html Css Color HEX #58114D Palatinate Purple

📋 copy color: '#58114D'

red 88 ◦ green 17 ◦ blue 77

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

Shades of Palatinate Purple #58114D

Tints of Palatinate Purple #58114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

 BLUE value IS 77 (30.47% from 255) = 42.31%

R = 48.35%
G = 9.34%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58114D (or 0x58114D) is known color: Palatinate Purple. HEX triplet: 58, 11 and 4D. RGB value is (88,17,77). Sum of RGB (Red+Green+Blue) = 88+17+77=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58114D is #A7EEB2. Grayscale: #2C2C2C. Windows color (decimal): -11005619 or 5050712. OLE color: 5050712.

HSL color Cylindrical-coordinate representation of color #58114D: hue angle of 309.3º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58114D is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 17 77 -
CMYK 0 0.81 0.12 0.65
HSL 309.3º 0.68% 0.21% -
HSV(B) 309.3º 0.81% 0.35% -
XYZ 5.56 3.01 7.31 -
YUV 45.07 146.02 158.62 -
System Red Green Blue C M Y K H S L
Decimal 88 17 77 0 0.81 0.12 0.65 309.3 0.68 0.21
Hex 58 11 4D 0 51 C 41 135 44 15
Octal 130 21 115 0 121 14 101 465 104 25
Binary 1011000 10001 1001101 0 1010001 1100 1000001 100110101 1000100 10101

Color Harmonies of #58114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58114D

Black with #58114D

Text Example


Text Example

White with #58114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58114D; }

 p { color: rgb(88,17,77); }

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

background-color css

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

 a { background-color: rgb(88,17,77); }

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

border-color css

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

 span { border-color: rgb(88,17,77); }

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