Html Css Color HEX #73305D Palatinate Purple

📋 copy color: '#73305D'

red 115 ◦ green 48 ◦ blue 93

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

Shades of Palatinate Purple #73305D

Tints of Palatinate Purple #73305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 44.92%
G = 18.75%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73305D (or 0x73305D) is known color: Palatinate Purple. HEX triplet: 73, 30 and 5D. RGB value is (115,48,93). Sum of RGB (Red+Green+Blue) = 115+48+93=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73305D is #8CCFA2. Grayscale: #494949. Windows color (decimal): -9228195 or 6107251. OLE color: 6107251.

HSL color Cylindrical-coordinate representation of color #73305D: hue angle of 319.7º 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 #73305D is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 48 93 -
CMYK 0 0.58 0.19 0.55
HSL 319.7º 0.41% 0.32% -
HSV(B) 319.7º 0.58% 0.45% -
XYZ 10.1 6.55 11.09 -
YUV 73.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 115 48 93 0 0.58 0.19 0.55 319.7 0.41 0.32
Hex 73 30 5D 0 3A 13 37 140 29 20
Octal 163 60 135 0 72 23 67 500 51 40
Binary 1110011 110000 1011101 0 111010 10011 110111 101000000 101001 100000

Color Harmonies of #73305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73305D

Black with #73305D

Text Example


Text Example

White with #73305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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