Html Css Color HEX #73345D Palatinate Purple

📋 copy color: '#73345D'

red 115 ◦ green 52 ◦ blue 93

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

Shades of Palatinate Purple #73345D

Tints of Palatinate Purple #73345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

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

R = 44.23%
G = 20%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73345D (or 0x73345D) is known color: Palatinate Purple. HEX triplet: 73, 34 and 5D. RGB value is (115,52,93). Sum of RGB (Red+Green+Blue) = 115+52+93=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73345D is #8CCBA2. Grayscale: #4B4B4B. Windows color (decimal): -9227171 or 6108275. OLE color: 6108275.

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

Color convert

RGB 115 52 93 -
CMYK 0 0.55 0.19 0.55
HSL 320.95º 0.38% 0.33% -
HSV(B) 320.95º 0.55% 0.45% -
XYZ 10.27 6.89 11.14 -
YUV 75.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 115 52 93 0 0.55 0.19 0.55 320.95 0.38 0.33
Hex 73 34 5D 0 37 13 37 141 26 21
Octal 163 64 135 0 67 23 67 501 46 41
Binary 1110011 110100 1011101 0 110111 10011 110111 101000001 100110 100001

Color Harmonies of #73345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73345D

Black with #73345D

Text Example


Text Example

White with #73345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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