Html Css Color HEX #73246C Palatinate Purple

📋 copy color: '#73246C'

red 115 ◦ green 36 ◦ blue 108

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

Shades of Palatinate Purple #73246C

Tints of Palatinate Purple #73246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.7%

R = 44.4%
G = 13.9%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#73246C (or 0x73246C) is known color: Palatinate Purple. HEX triplet: 73, 24 and 6C. RGB value is (115,36,108). Sum of RGB (Red+Green+Blue) = 115+36+108=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73246C is #8CDB93. Grayscale: #434343. Windows color (decimal): -9231252 or 7087219. OLE color: 7087219.

HSL color Cylindrical-coordinate representation of color #73246C: hue angle of 305.32º 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 #73246C is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 36 108 -
CMYK 0 0.69 0.06 0.55
HSL 305.32º 0.52% 0.3% -
HSV(B) 305.32º 0.69% 0.45% -
XYZ 10.41 5.99 14.79 -
YUV 67.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 115 36 108 0 0.69 0.06 0.55 305.32 0.52 0.3
Hex 73 24 6C 0 45 6 37 131 34 1E
Octal 163 44 154 0 105 6 67 461 64 36
Binary 1110011 100100 1101100 0 1000101 110 110111 100110001 110100 11110

Color Harmonies of #73246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73246C

Black with #73246C

Text Example


Text Example

White with #73246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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