Html Css Color HEX #73206D Palatinate Purple

📋 copy color: '#73206D'

red 115 ◦ green 32 ◦ blue 109

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

Shades of Palatinate Purple #73206D

Tints of Palatinate Purple #73206D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 44.92%
G = 12.5%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73206D (or 0x73206D) is known color: Palatinate Purple. HEX triplet: 73, 20 and 6D. RGB value is (115,32,109). Sum of RGB (Red+Green+Blue) = 115+32+109=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73206D is #8CDF92. Grayscale: #414141. Windows color (decimal): -9232275 or 7151731. OLE color: 7151731.

HSL color Cylindrical-coordinate representation of color #73206D: hue angle of 304.34º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73206D is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 32 109 -
CMYK 0 0.72 0.05 0.55
HSL 304.34º 0.56% 0.29% -
HSV(B) 304.34º 0.72% 0.45% -
XYZ 10.35 5.78 15.04 -
YUV 65.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 115 32 109 0 0.72 0.05 0.55 304.34 0.56 0.29
Hex 73 20 6D 0 48 5 37 130 38 1D
Octal 163 40 155 0 110 5 67 460 70 35
Binary 1110011 100000 1101101 0 1001000 101 110111 100110000 111000 11101

Color Harmonies of #73206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73206D

Black with #73206D

Text Example


Text Example

White with #73206D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,32,109); }

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

background-color css

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

 a { background-color: rgb(115,32,109); }

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

border-color css

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

 span { border-color: rgb(115,32,109); }

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