Html Css Color HEX #73325E Palatinate Purple

📋 copy color: '#73325E'

red 115 ◦ green 50 ◦ blue 94

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

Shades of Palatinate Purple #73325E

Tints of Palatinate Purple #73325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.31%

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

R = 44.4%
G = 19.31%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73325E (or 0x73325E) is known color: Palatinate Purple. HEX triplet: 73, 32 and 5E. RGB value is (115,50,94). Sum of RGB (Red+Green+Blue) = 115+50+94=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73325E is #8CCDA1. Grayscale: #4A4A4A. Windows color (decimal): -9227682 or 6173299. OLE color: 6173299.

HSL color Cylindrical-coordinate representation of color #73325E: hue angle of 319.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73325E is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 50 94 -
CMYK 0 0.57 0.18 0.55
HSL 319.38º 0.39% 0.32% -
HSV(B) 319.38º 0.57% 0.45% -
XYZ 10.23 6.73 11.35 -
YUV 74.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 115 50 94 0 0.57 0.18 0.55 319.38 0.39 0.32
Hex 73 32 5E 0 39 12 37 13F 27 20
Octal 163 62 136 0 71 22 67 477 47 40
Binary 1110011 110010 1011110 0 111001 10010 110111 100111111 100111 100000

Color Harmonies of #73325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73325E

Black with #73325E

Text Example


Text Example

White with #73325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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