Html Css Color HEX #73176D Palatinate Purple

📋 copy color: '#73176D'

red 115 ◦ green 23 ◦ blue 109

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

Shades of Palatinate Purple #73176D

Tints of Palatinate Purple #73176D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.13%

R = 46.56%
G = 9.31%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73176D (or 0x73176D) is known color: Palatinate Purple. HEX triplet: 73, 17 and 6D. RGB value is (115,23,109). Sum of RGB (Red+Green+Blue) = 115+23+109=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #73176D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73176D is #8CE892. Grayscale: #3C3C3C. Windows color (decimal): -9234579 or 7149427. OLE color: 7149427.

HSL color Cylindrical-coordinate representation of color #73176D: hue angle of 303.91º 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 #73176D is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 109 -
CMYK 0 0.80 0.05 0.55
HSL 303.91º 0.67% 0.27% -
HSV(B) 303.91º 0.8% 0.45% -
XYZ 10.14 5.36 14.97 -
YUV 60.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 115 23 109 0 0.80 0.05 0.55 303.91 0.67 0.27
Hex 73 17 6D 0 50 5 37 130 43 1B
Octal 163 27 155 0 120 5 67 460 103 33
Binary 1110011 10111 1101101 0 1010000 101 110111 100110000 1000011 11011

Color Harmonies of #73176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73176D

Black with #73176D

Text Example


Text Example

White with #73176D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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