Html Css Color HEX #73325D Palatinate Purple

📋 copy color: '#73325D'

red 115 ◦ green 50 ◦ blue 93

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

Shades of Palatinate Purple #73325D

Tints of Palatinate Purple #73325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 44.57%
G = 19.38%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73325D (or 0x73325D) is known color: Palatinate Purple. HEX triplet: 73, 32 and 5D. RGB value is (115,50,93). Sum of RGB (Red+Green+Blue) = 115+50+93=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73325D is #8CCDA2. Grayscale: #4A4A4A. Windows color (decimal): -9227683 or 6107763. OLE color: 6107763.

HSL color Cylindrical-coordinate representation of color #73325D: hue angle of 320.31º 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 #73325D is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 50 93 -
CMYK 0 0.57 0.19 0.55
HSL 320.31º 0.39% 0.32% -
HSV(B) 320.31º 0.57% 0.45% -
XYZ 10.19 6.72 11.12 -
YUV 74.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 115 50 93 0 0.57 0.19 0.55 320.31 0.39 0.32
Hex 73 32 5D 0 39 13 37 140 27 20
Octal 163 62 135 0 71 23 67 500 47 40
Binary 1110011 110010 1011101 0 111001 10011 110111 101000000 100111 100000

Color Harmonies of #73325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73325D

Black with #73325D

Text Example


Text Example

White with #73325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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