Html Css Color HEX #58154D Palatinate Purple

📋 copy color: '#58154D'

red 88 ◦ green 21 ◦ blue 77

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

Shades of Palatinate Purple #58154D

Tints of Palatinate Purple #58154D

RGB

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

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

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

R = 47.31%
G = 11.29%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58154D (or 0x58154D) is known color: Palatinate Purple. HEX triplet: 58, 15 and 4D. RGB value is (88,21,77). Sum of RGB (Red+Green+Blue) = 88+21+77=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58154D is #A7EAB2. Grayscale: #2F2F2F. Windows color (decimal): -11004595 or 5051736. OLE color: 5051736.

HSL color Cylindrical-coordinate representation of color #58154D: hue angle of 309.85º 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 #58154D is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 21 77 -
CMYK 0 0.76 0.12 0.65
HSL 309.85º 0.61% 0.21% -
HSV(B) 309.85º 0.76% 0.35% -
XYZ 5.63 3.15 7.33 -
YUV 47.42 144.7 156.95 -
System Red Green Blue C M Y K H S L
Decimal 88 21 77 0 0.76 0.12 0.65 309.85 0.61 0.21
Hex 58 15 4D 0 4C C 41 136 3D 15
Octal 130 25 115 0 114 14 101 466 75 25
Binary 1011000 10101 1001101 0 1001100 1100 1000001 100110110 111101 10101

Color Harmonies of #58154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58154D

Black with #58154D

Text Example


Text Example

White with #58154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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