Html Css Color HEX #73305E Palatinate Purple

📋 copy color: '#73305E'

red 115 ◦ green 48 ◦ blue 94

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

Shades of Palatinate Purple #73305E

Tints of Palatinate Purple #73305E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 44.75%
G = 18.68%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73305E (or 0x73305E) is known color: Palatinate Purple. HEX triplet: 73, 30 and 5E. RGB value is (115,48,94). Sum of RGB (Red+Green+Blue) = 115+48+94=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73305E is #8CCFA1. Grayscale: #494949. Windows color (decimal): -9228194 or 6172787. OLE color: 6172787.

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

Color convert

RGB 115 48 94 -
CMYK 0 0.58 0.18 0.55
HSL 318.81º 0.41% 0.32% -
HSV(B) 318.81º 0.58% 0.45% -
XYZ 10.15 6.57 11.32 -
YUV 73.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 115 48 94 0 0.58 0.18 0.55 318.81 0.41 0.32
Hex 73 30 5E 0 3A 12 37 13F 29 20
Octal 163 60 136 0 72 22 67 477 51 40
Binary 1110011 110000 1011110 0 111010 10010 110111 100111111 101001 100000

Color Harmonies of #73305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73305E

Black with #73305E

Text Example


Text Example

White with #73305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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