Html Css Color HEX #73306C Palatinate Purple

📋 copy color: '#73306C'

red 115 ◦ green 48 ◦ blue 108

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

Shades of Palatinate Purple #73306C

Tints of Palatinate Purple #73306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

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

R = 42.44%
G = 17.71%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#73306C (or 0x73306C) is known color: Palatinate Purple. HEX triplet: 73, 30 and 6C. RGB value is (115,48,108). Sum of RGB (Red+Green+Blue) = 115+48+108=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #73306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73306C is #8CCF93. Grayscale: #4A4A4A. Windows color (decimal): -9228180 or 7090291. OLE color: 7090291.

HSL color Cylindrical-coordinate representation of color #73306C: hue angle of 306.27º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73306C is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 48 108 -
CMYK 0 0.58 0.06 0.55
HSL 306.27º 0.41% 0.32% -
HSV(B) 306.27º 0.58% 0.45% -
XYZ 10.83 6.84 14.94 -
YUV 74.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 115 48 108 0 0.58 0.06 0.55 306.27 0.41 0.32
Hex 73 30 6C 0 3A 6 37 132 29 20
Octal 163 60 154 0 72 6 67 462 51 40
Binary 1110011 110000 1101100 0 111010 110 110111 100110010 101001 100000

Color Harmonies of #73306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73306C

Black with #73306C

Text Example


Text Example

White with #73306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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