Html Css Color HEX #58154E Palatinate Purple

📋 copy color: '#58154E'

red 88 ◦ green 21 ◦ blue 78

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

Shades of Palatinate Purple #58154E

Tints of Palatinate Purple #58154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

 BLUE value IS 78 (30.86% from 255) = 41.71%

R = 47.06%
G = 11.23%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58154E (or 0x58154E) is known color: Palatinate Purple. HEX triplet: 58, 15 and 4E. RGB value is (88,21,78). Sum of RGB (Red+Green+Blue) = 88+21+78=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58154E is #A7EAB1. Grayscale: #2F2F2F. Windows color (decimal): -11004594 or 5117272. OLE color: 5117272.

HSL color Cylindrical-coordinate representation of color #58154E: hue angle of 308.96º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58154E is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 21 78 -
CMYK 0 0.76 0.11 0.65
HSL 308.96º 0.61% 0.21% -
HSV(B) 308.96º 0.76% 0.35% -
XYZ 5.67 3.16 7.52 -
YUV 47.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 88 21 78 0 0.76 0.11 0.65 308.96 0.61 0.21
Hex 58 15 4E 0 4C B 41 135 3D 15
Octal 130 25 116 0 114 13 101 465 75 25
Binary 1011000 10101 1001110 0 1001100 1011 1000001 100110101 111101 10101

Color Harmonies of #58154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58154E

Black with #58154E

Text Example


Text Example

White with #58154E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58154E; }

 p { color: rgb(88,21,78); }

 H1.HeaderClassName
 {
   color: #58154E;
 }
 .AnyTagClassName
 {
   color: #58154E;
 }
</style>

background-color css

<style>
 a { background-color: #58154E; }

 a { background-color: rgb(88,21,78); }

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

border-color css

<style>
 span { border-color: #58154E; }

 span { border-color: rgb(88,21,78); }

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