Html Css Color HEX #58184D Palatinate Purple

📋 copy color: '#58184D'

red 88 ◦ green 24 ◦ blue 77

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

Shades of Palatinate Purple #58184D

Tints of Palatinate Purple #58184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

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

R = 46.56%
G = 12.7%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58184D (or 0x58184D) is known color: Palatinate Purple. HEX triplet: 58, 18 and 4D. RGB value is (88,24,77). Sum of RGB (Red+Green+Blue) = 88+24+77=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #58184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58184D is #A7E7B2. Grayscale: #313131. Windows color (decimal): -11003827 or 5052504. OLE color: 5052504.

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

Color convert

RGB 88 24 77 -
CMYK 0 0.73 0.12 0.65
HSL 310.31º 0.57% 0.22% -
HSV(B) 310.31º 0.73% 0.35% -
XYZ 5.69 3.26 7.35 -
YUV 49.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 88 24 77 0 0.73 0.12 0.65 310.31 0.57 0.22
Hex 58 18 4D 0 49 C 41 136 39 16
Octal 130 30 115 0 111 14 101 466 71 26
Binary 1011000 11000 1001101 0 1001001 1100 1000001 100110110 111001 10110

Color Harmonies of #58184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58184D

Black with #58184D

Text Example


Text Example

White with #58184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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