Html Css Color HEX #73175F Palatinate Purple

📋 copy color: '#73175F'

red 115 ◦ green 23 ◦ blue 95

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

Shades of Palatinate Purple #73175F

Tints of Palatinate Purple #73175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.87%

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

R = 49.36%
G = 9.87%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73175F (or 0x73175F) is known color: Palatinate Purple. HEX triplet: 73, 17 and 5F. RGB value is (115,23,95). Sum of RGB (Red+Green+Blue) = 115+23+95=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #73175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73175F is #8CE8A0. Grayscale: #3A3A3A. Windows color (decimal): -9234593 or 6231923. OLE color: 6231923.

HSL color Cylindrical-coordinate representation of color #73175F: hue angle of 313.04º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73175F is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 95 -
CMYK 0 0.80 0.17 0.55
HSL 313.04º 0.67% 0.27% -
HSV(B) 313.04º 0.8% 0.45% -
XYZ 9.44 5.08 11.31 -
YUV 58.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 115 23 95 0 0.80 0.17 0.55 313.04 0.67 0.27
Hex 73 17 5F 0 50 11 37 139 43 1B
Octal 163 27 137 0 120 21 67 471 103 33
Binary 1110011 10111 1011111 0 1010000 10001 110111 100111001 1000011 11011

Color Harmonies of #73175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73175F

Black with #73175F

Text Example


Text Example

White with #73175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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