Html Css Color HEX #73176C Palatinate Purple

📋 copy color: '#73176C'

red 115 ◦ green 23 ◦ blue 108

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

Shades of Palatinate Purple #73176C

Tints of Palatinate Purple #73176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.9%

R = 46.75%
G = 9.35%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#73176C (or 0x73176C) is known color: Palatinate Purple. HEX triplet: 73, 17 and 6C. RGB value is (115,23,108). Sum of RGB (Red+Green+Blue) = 115+23+108=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73176C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73176C is #8CE893. Grayscale: #3B3B3B. Windows color (decimal): -9234580 or 7083891. OLE color: 7083891.

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

Color convert

RGB 115 23 108 -
CMYK 0 0.80 0.06 0.55
HSL 304.57º 0.67% 0.27% -
HSV(B) 304.57º 0.8% 0.45% -
XYZ 10.08 5.34 14.69 -
YUV 60.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 115 23 108 0 0.80 0.06 0.55 304.57 0.67 0.27
Hex 73 17 6C 0 50 6 37 131 43 1B
Octal 163 27 154 0 120 6 67 461 103 33
Binary 1110011 10111 1101100 0 1010000 110 110111 100110001 1000011 11011

Color Harmonies of #73176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73176C

Black with #73176C

Text Example


Text Example

White with #73176C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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