Html Css Color HEX #58124D Palatinate Purple

📋 copy color: '#58124D'

red 88 ◦ green 18 ◦ blue 77

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

Shades of Palatinate Purple #58124D

Tints of Palatinate Purple #58124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

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

R = 48.09%
G = 9.84%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58124D (or 0x58124D) is known color: Palatinate Purple. HEX triplet: 58, 12 and 4D. RGB value is (88,18,77). Sum of RGB (Red+Green+Blue) = 88+18+77=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58124D is #A7EDB2. Grayscale: #2D2D2D. Windows color (decimal): -11005363 or 5050968. OLE color: 5050968.

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

Color convert

RGB 88 18 77 -
CMYK 0 0.80 0.12 0.65
HSL 309.43º 0.66% 0.21% -
HSV(B) 309.43º 0.8% 0.35% -
XYZ 5.58 3.04 7.31 -
YUV 45.66 145.69 158.2 -
System Red Green Blue C M Y K H S L
Decimal 88 18 77 0 0.80 0.12 0.65 309.43 0.66 0.21
Hex 58 12 4D 0 50 C 41 135 42 15
Octal 130 22 115 0 120 14 101 465 102 25
Binary 1011000 10010 1001101 0 1010000 1100 1000001 100110101 1000010 10101

Color Harmonies of #58124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58124D

Black with #58124D

Text Example


Text Example

White with #58124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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