Html Css Color HEX #73246D Palatinate Purple

📋 copy color: '#73246D'

red 115 ◦ green 36 ◦ blue 109

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

Shades of Palatinate Purple #73246D

Tints of Palatinate Purple #73246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 44.23%
G = 13.85%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73246D (or 0x73246D) is known color: Palatinate Purple. HEX triplet: 73, 24 and 6D. RGB value is (115,36,109). Sum of RGB (Red+Green+Blue) = 115+36+109=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73246D is #8CDB92. Grayscale: #434343. Windows color (decimal): -9231251 or 7152755. OLE color: 7152755.

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

Color convert

RGB 115 36 109 -
CMYK 0 0.69 0.05 0.55
HSL 304.56º 0.52% 0.3% -
HSV(B) 304.56º 0.69% 0.45% -
XYZ 10.46 6.01 15.08 -
YUV 67.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 115 36 109 0 0.69 0.05 0.55 304.56 0.52 0.3
Hex 73 24 6D 0 45 5 37 131 34 1E
Octal 163 44 155 0 105 5 67 461 64 36
Binary 1110011 100100 1101101 0 1000101 101 110111 100110001 110100 11110

Color Harmonies of #73246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73246D

Black with #73246D

Text Example


Text Example

White with #73246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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