Html Css Color HEX #58134D Palatinate Purple

📋 copy color: '#58134D'

red 88 ◦ green 19 ◦ blue 77

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

Shades of Palatinate Purple #58134D

Tints of Palatinate Purple #58134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

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

R = 47.83%
G = 10.33%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58134D (or 0x58134D) is known color: Palatinate Purple. HEX triplet: 58, 13 and 4D. RGB value is (88,19,77). Sum of RGB (Red+Green+Blue) = 88+19+77=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58134D is #A7ECB2. Grayscale: #2E2E2E. Windows color (decimal): -11005107 or 5051224. OLE color: 5051224.

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

Color convert

RGB 88 19 77 -
CMYK 0 0.78 0.12 0.65
HSL 309.57º 0.64% 0.21% -
HSV(B) 309.57º 0.78% 0.35% -
XYZ 5.6 3.08 7.32 -
YUV 46.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 88 19 77 0 0.78 0.12 0.65 309.57 0.64 0.21
Hex 58 13 4D 0 4E C 41 136 40 15
Octal 130 23 115 0 116 14 101 466 100 25
Binary 1011000 10011 1001101 0 1001110 1100 1000001 100110110 1000000 10101

Color Harmonies of #58134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58134D

Black with #58134D

Text Example


Text Example

White with #58134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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