Html Css Color HEX #73175D Palatinate Purple

📋 copy color: '#73175D'

red 115 ◦ green 23 ◦ blue 93

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

Shades of Palatinate Purple #73175D

Tints of Palatinate Purple #73175D

RGB

 RED value IS 115 (45.31% from 255) = 49.78%

 GREEN value IS 23 (9.38% from 255) = 9.96%

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 49.78%
G = 9.96%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73175D (or 0x73175D) is known color: Palatinate Purple. HEX triplet: 73, 17 and 5D. RGB value is (115,23,93). Sum of RGB (Red+Green+Blue) = 115+23+93=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73175D is #8CE8A2. Grayscale: #3A3A3A. Windows color (decimal): -9234595 or 6100851. OLE color: 6100851.

HSL color Cylindrical-coordinate representation of color #73175D: hue angle of 314.35º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73175D is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 93 -
CMYK 0 0.80 0.19 0.55
HSL 314.35º 0.67% 0.27% -
HSV(B) 314.35º 0.8% 0.45% -
XYZ 9.35 5.05 10.84 -
YUV 58.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 115 23 93 0 0.80 0.19 0.55 314.35 0.67 0.27
Hex 73 17 5D 0 50 13 37 13A 43 1B
Octal 163 27 135 0 120 23 67 472 103 33
Binary 1110011 10111 1011101 0 1010000 10011 110111 100111010 1000011 11011

Color Harmonies of #73175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73175D

Black with #73175D

Text Example


Text Example

White with #73175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,23,93); }

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

background-color css

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

 a { background-color: rgb(115,23,93); }

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

border-color css

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

 span { border-color: rgb(115,23,93); }

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