Html Css Color HEX #73055E Palatinate Purple

📋 copy color: '#73055E'

red 115 ◦ green 5 ◦ blue 94

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

Shades of Palatinate Purple #73055E

Tints of Palatinate Purple #73055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 53.74%
G = 2.34%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73055E (or 0x73055E) is known color: Palatinate Purple. HEX triplet: 73, 05 and 5E. RGB value is (115,5,94). Sum of RGB (Red+Green+Blue) = 115+5+94=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73055E is #8CFAA1. Grayscale: #2F2F2F. Windows color (decimal): -9239202 or 6161779. OLE color: 6161779.

HSL color Cylindrical-coordinate representation of color #73055E: hue angle of 311.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73055E is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 5 94 -
CMYK 0 0.96 0.18 0.55
HSL 311.45º 0.92% 0.24% -
HSV(B) 311.45º 0.96% 0.45% -
XYZ 9.14 4.56 10.99 -
YUV 48.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 115 5 94 0 0.96 0.18 0.55 311.45 0.92 0.24
Hex 73 5 5E 0 60 12 37 137 5C 18
Octal 163 5 136 0 140 22 67 467 134 30
Binary 1110011 101 1011110 0 1100000 10010 110111 100110111 1011100 11000

Color Harmonies of #73055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73055E

Black with #73055E

Text Example


Text Example

White with #73055E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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