Html Css Color HEX #73295D Palatinate Purple

📋 copy color: '#73295D'

red 115 ◦ green 41 ◦ blue 93

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

Shades of Palatinate Purple #73295D

Tints of Palatinate Purple #73295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.47%

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

R = 46.18%
G = 16.47%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73295D (or 0x73295D) is known color: Palatinate Purple. HEX triplet: 73, 29 and 5D. RGB value is (115,41,93). Sum of RGB (Red+Green+Blue) = 115+41+93=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #73295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73295D is #8CD6A2. Grayscale: #444444. Windows color (decimal): -9229987 or 6105459. OLE color: 6105459.

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

Color convert

RGB 115 41 93 -
CMYK 0 0.64 0.19 0.55
HSL 317.84º 0.47% 0.31% -
HSV(B) 317.84º 0.64% 0.45% -
XYZ 9.84 6.02 11 -
YUV 69.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 115 41 93 0 0.64 0.19 0.55 317.84 0.47 0.31
Hex 73 29 5D 0 40 13 37 13E 2F 1F
Octal 163 51 135 0 100 23 67 476 57 37
Binary 1110011 101001 1011101 0 1000000 10011 110111 100111110 101111 11111

Color Harmonies of #73295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73295D

Black with #73295D

Text Example


Text Example

White with #73295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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