Html Css Color HEX #73196D Palatinate Purple

📋 copy color: '#73196D'

red 115 ◦ green 25 ◦ blue 109

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

Shades of Palatinate Purple #73196D

Tints of Palatinate Purple #73196D

RGB

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

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

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

R = 46.18%
G = 10.04%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73196D (or 0x73196D) is known color: Palatinate Purple. HEX triplet: 73, 19 and 6D. RGB value is (115,25,109). Sum of RGB (Red+Green+Blue) = 115+25+109=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #73196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73196D is #8CE692. Grayscale: #3D3D3D. Windows color (decimal): -9234067 or 7149939. OLE color: 7149939.

HSL color Cylindrical-coordinate representation of color #73196D: hue angle of 304º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73196D is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 109 -
CMYK 0 0.78 0.05 0.55
HSL 304º 0.64% 0.27% -
HSV(B) 304º 0.78% 0.45% -
XYZ 10.18 5.44 14.98 -
YUV 61.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 115 25 109 0 0.78 0.05 0.55 304 0.64 0.27
Hex 73 19 6D 0 4E 5 37 130 40 1B
Octal 163 31 155 0 116 5 67 460 100 33
Binary 1110011 11001 1101101 0 1001110 101 110111 100110000 1000000 11011

Color Harmonies of #73196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73196D

Black with #73196D

Text Example


Text Example

White with #73196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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