Html Css Color HEX #73355D Palatinate Purple

📋 copy color: '#73355D'

red 115 ◦ green 53 ◦ blue 93

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

Shades of Palatinate Purple #73355D

Tints of Palatinate Purple #73355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.31%

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

R = 44.06%
G = 20.31%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73355D (or 0x73355D) is known color: Palatinate Purple. HEX triplet: 73, 35 and 5D. RGB value is (115,53,93). Sum of RGB (Red+Green+Blue) = 115+53+93=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73355D is #8CCAA2. Grayscale: #4C4C4C. Windows color (decimal): -9226915 or 6108531. OLE color: 6108531.

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

Color convert

RGB 115 53 93 -
CMYK 0 0.54 0.19 0.55
HSL 321.29º 0.37% 0.33% -
HSV(B) 321.29º 0.54% 0.45% -
XYZ 10.32 6.98 11.16 -
YUV 76.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 115 53 93 0 0.54 0.19 0.55 321.29 0.37 0.33
Hex 73 35 5D 0 36 13 37 141 25 21
Octal 163 65 135 0 66 23 67 501 45 41
Binary 1110011 110101 1011101 0 110110 10011 110111 101000001 100101 100001

Color Harmonies of #73355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73355D

Black with #73355D

Text Example


Text Example

White with #73355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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