Html Css Color HEX #58194D Palatinate Purple

📋 copy color: '#58194D'

red 88 ◦ green 25 ◦ blue 77

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

Shades of Palatinate Purple #58194D

Tints of Palatinate Purple #58194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

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

R = 46.32%
G = 13.16%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58194D (or 0x58194D) is known color: Palatinate Purple. HEX triplet: 58, 19 and 4D. RGB value is (88,25,77). Sum of RGB (Red+Green+Blue) = 88+25+77=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #58194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58194D is #A7E6B2. Grayscale: #313131. Windows color (decimal): -11003571 or 5052760. OLE color: 5052760.

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

Color convert

RGB 88 25 77 -
CMYK 0 0.72 0.12 0.65
HSL 310.48º 0.56% 0.22% -
HSV(B) 310.48º 0.72% 0.35% -
XYZ 5.71 3.31 7.36 -
YUV 49.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 88 25 77 0 0.72 0.12 0.65 310.48 0.56 0.22
Hex 58 19 4D 0 48 C 41 136 38 16
Octal 130 31 115 0 110 14 101 466 70 26
Binary 1011000 11001 1001101 0 1001000 1100 1000001 100110110 111000 10110

Color Harmonies of #58194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58194D

Black with #58194D

Text Example


Text Example

White with #58194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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