Html Css Color HEX #58134C Palatinate Purple

📋 copy color: '#58134C'

red 88 ◦ green 19 ◦ blue 76

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

Shades of Palatinate Purple #58134C

Tints of Palatinate Purple #58134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.53%

R = 48.09%
G = 10.38%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58134C (or 0x58134C) is known color: Palatinate Purple. HEX triplet: 58, 13 and 4C. RGB value is (88,19,76). Sum of RGB (Red+Green+Blue) = 88+19+76=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58134C is #A7ECB3. Grayscale: #2D2D2D. Windows color (decimal): -11005108 or 4985688. OLE color: 4985688.

HSL color Cylindrical-coordinate representation of color #58134C: hue angle of 310.43º 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 #58134C is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 19 76 -
CMYK 0 0.78 0.14 0.65
HSL 310.43º 0.64% 0.21% -
HSV(B) 310.43º 0.78% 0.35% -
XYZ 5.56 3.06 7.14 -
YUV 46.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 88 19 76 0 0.78 0.14 0.65 310.43 0.64 0.21
Hex 58 13 4C 0 4E E 41 136 40 15
Octal 130 23 114 0 116 16 101 466 100 25
Binary 1011000 10011 1001100 0 1001110 1110 1000001 100110110 1000000 10101

Color Harmonies of #58134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58134C

Black with #58134C

Text Example


Text Example

White with #58134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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