Html Css Color HEX #73165F Palatinate Purple

📋 copy color: '#73165F'

red 115 ◦ green 22 ◦ blue 95

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

Shades of Palatinate Purple #73165F

Tints of Palatinate Purple #73165F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 49.57%
G = 9.48%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73165F (or 0x73165F) is known color: Palatinate Purple. HEX triplet: 73, 16 and 5F. RGB value is (115,22,95). Sum of RGB (Red+Green+Blue) = 115+22+95=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73165F is #8CE9A0. Grayscale: #393939. Windows color (decimal): -9234849 or 6231667. OLE color: 6231667.

HSL color Cylindrical-coordinate representation of color #73165F: hue angle of 312.9º 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 #73165F is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 22 95 -
CMYK 0 0.81 0.17 0.55
HSL 312.9º 0.68% 0.27% -
HSV(B) 312.9º 0.81% 0.45% -
XYZ 9.42 5.04 11.3 -
YUV 58.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 115 22 95 0 0.81 0.17 0.55 312.9 0.68 0.27
Hex 73 16 5F 0 51 11 37 139 44 1B
Octal 163 26 137 0 121 21 67 471 104 33
Binary 1110011 10110 1011111 0 1010001 10001 110111 100111001 1000100 11011

Color Harmonies of #73165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73165F

Black with #73165F

Text Example


Text Example

White with #73165F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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