Html Css Color HEX #73346A Palatinate Purple

📋 copy color: '#73346A'

red 115 ◦ green 52 ◦ blue 106

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

Shades of Palatinate Purple #73346A

Tints of Palatinate Purple #73346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.83%

R = 42.12%
G = 19.05%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#73346A (or 0x73346A) is known color: Palatinate Purple. HEX triplet: 73, 34 and 6A. RGB value is (115,52,106). Sum of RGB (Red+Green+Blue) = 115+52+106=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73346A is #8CCB95. Grayscale: #4C4C4C. Windows color (decimal): -9227158 or 6960243. OLE color: 6960243.

HSL color Cylindrical-coordinate representation of color #73346A: hue angle of 308.57º 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 #73346A is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 52 106 -
CMYK 0 0.55 0.08 0.55
HSL 308.57º 0.38% 0.33% -
HSV(B) 308.57º 0.55% 0.45% -
XYZ 10.9 7.14 14.44 -
YUV 76.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 115 52 106 0 0.55 0.08 0.55 308.57 0.38 0.33
Hex 73 34 6A 0 37 8 37 135 26 21
Octal 163 64 152 0 67 10 67 465 46 41
Binary 1110011 110100 1101010 0 110111 1000 110111 100110101 100110 100001

Color Harmonies of #73346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73346A

Black with #73346A

Text Example


Text Example

White with #73346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73346A; }

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

 H1.HeaderClassName
 {
   color: #73346A;
 }
 .AnyTagClassName
 {
   color: #73346A;
 }
</style>

background-color css

<style>
 a { background-color: #73346A; }

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

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

border-color css

<style>
 span { border-color: #73346A; }

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

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