Html Css Color HEX #73165E Palatinate Purple

📋 copy color: '#73165E'

red 115 ◦ green 22 ◦ blue 94

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

Shades of Palatinate Purple #73165E

Tints of Palatinate Purple #73165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.52%

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

R = 49.78%
G = 9.52%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73165E (or 0x73165E) is known color: Palatinate Purple. HEX triplet: 73, 16 and 5E. RGB value is (115,22,94). Sum of RGB (Red+Green+Blue) = 115+22+94=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73165E is #8CE9A1. Grayscale: #393939. Windows color (decimal): -9234850 or 6166131. OLE color: 6166131.

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

Color convert

RGB 115 22 94 -
CMYK 0 0.81 0.18 0.55
HSL 313.55º 0.68% 0.27% -
HSV(B) 313.55º 0.81% 0.45% -
XYZ 9.38 5.03 11.07 -
YUV 58.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 115 22 94 0 0.81 0.18 0.55 313.55 0.68 0.27
Hex 73 16 5E 0 51 12 37 13A 44 1B
Octal 163 26 136 0 121 22 67 472 104 33
Binary 1110011 10110 1011110 0 1010001 10010 110111 100111010 1000100 11011

Color Harmonies of #73165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73165E

Black with #73165E

Text Example


Text Example

White with #73165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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