Html Css Color HEX #73176B Palatinate Purple

📋 copy color: '#73176B'

red 115 ◦ green 23 ◦ blue 107

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

Shades of Palatinate Purple #73176B

Tints of Palatinate Purple #73176B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.67%

R = 46.94%
G = 9.39%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73176B (or 0x73176B) is known color: Palatinate Purple. HEX triplet: 73, 17 and 6B. RGB value is (115,23,107). Sum of RGB (Red+Green+Blue) = 115+23+107=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #73176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73176B is #8CE894. Grayscale: #3B3B3B. Windows color (decimal): -9234581 or 7018355. OLE color: 7018355.

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

Color convert

RGB 115 23 107 -
CMYK 0 0.80 0.07 0.55
HSL 305.22º 0.67% 0.27% -
HSV(B) 305.22º 0.8% 0.45% -
XYZ 10.03 5.32 14.41 -
YUV 60.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 115 23 107 0 0.80 0.07 0.55 305.22 0.67 0.27
Hex 73 17 6B 0 50 7 37 131 43 1B
Octal 163 27 153 0 120 7 67 461 103 33
Binary 1110011 10111 1101011 0 1010000 111 110111 100110001 1000011 11011

Color Harmonies of #73176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73176B

Black with #73176B

Text Example


Text Example

White with #73176B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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