Html Css Color HEX #73326A Palatinate Purple

📋 copy color: '#73326A'

red 115 ◦ green 50 ◦ blue 106

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

Shades of Palatinate Purple #73326A

Tints of Palatinate Purple #73326A

RGB

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

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

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

R = 42.44%
G = 18.45%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#73326A (or 0x73326A) is known color: Palatinate Purple. HEX triplet: 73, 32 and 6A. RGB value is (115,50,106). Sum of RGB (Red+Green+Blue) = 115+50+106=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #73326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73326A is #8CCD95. Grayscale: #4B4B4B. Windows color (decimal): -9227670 or 6959731. OLE color: 6959731.

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

Color convert

RGB 115 50 106 -
CMYK 0 0.57 0.08 0.55
HSL 308.31º 0.39% 0.32% -
HSV(B) 308.31º 0.57% 0.45% -
XYZ 10.81 6.97 14.41 -
YUV 75.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 115 50 106 0 0.57 0.08 0.55 308.31 0.39 0.32
Hex 73 32 6A 0 39 8 37 134 27 20
Octal 163 62 152 0 71 10 67 464 47 40
Binary 1110011 110010 1101010 0 111001 1000 110111 100110100 100111 100000

Color Harmonies of #73326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73326A

Black with #73326A

Text Example


Text Example

White with #73326A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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