Html Css Color HEX #73195E Palatinate Purple

📋 copy color: '#73195E'

red 115 ◦ green 25 ◦ blue 94

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

Shades of Palatinate Purple #73195E

Tints of Palatinate Purple #73195E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 49.15%
G = 10.68%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73195E (or 0x73195E) is known color: Palatinate Purple. HEX triplet: 73, 19 and 5E. RGB value is (115,25,94). Sum of RGB (Red+Green+Blue) = 115+25+94=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #73195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73195E is #8CE6A1. Grayscale: #3B3B3B. Windows color (decimal): -9234082 or 6166899. OLE color: 6166899.

HSL color Cylindrical-coordinate representation of color #73195E: hue angle of 314º 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 #73195E is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 94 -
CMYK 0 0.78 0.18 0.55
HSL 314º 0.64% 0.27% -
HSV(B) 314º 0.78% 0.45% -
XYZ 9.44 5.15 11.09 -
YUV 59.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 115 25 94 0 0.78 0.18 0.55 314 0.64 0.27
Hex 73 19 5E 0 4E 12 37 13A 40 1B
Octal 163 31 136 0 116 22 67 472 100 33
Binary 1110011 11001 1011110 0 1001110 10010 110111 100111010 1000000 11011

Color Harmonies of #73195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73195E

Black with #73195E

Text Example


Text Example

White with #73195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73195E; }

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

 H1.HeaderClassName
 {
   color: #73195E;
 }
 .AnyTagClassName
 {
   color: #73195E;
 }
</style>

background-color css

<style>
 a { background-color: #73195E; }

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

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

border-color css

<style>
 span { border-color: #73195E; }

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

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