Html Css Color HEX #73175B Palatinate Purple

📋 copy color: '#73175B'

red 115 ◦ green 23 ◦ blue 91

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

Shades of Palatinate Purple #73175B

Tints of Palatinate Purple #73175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.74%

R = 50.22%
G = 10.04%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73175B (or 0x73175B) is known color: Palatinate Purple. HEX triplet: 73, 17 and 5B. RGB value is (115,23,91). Sum of RGB (Red+Green+Blue) = 115+23+91=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73175B is #8CE8A4. Grayscale: #3A3A3A. Windows color (decimal): -9234597 or 5969779. OLE color: 5969779.

HSL color Cylindrical-coordinate representation of color #73175B: hue angle of 315.65º 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 #73175B is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 91 -
CMYK 0 0.80 0.21 0.55
HSL 315.65º 0.67% 0.27% -
HSV(B) 315.65º 0.8% 0.45% -
XYZ 9.26 5.01 10.38 -
YUV 58.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 115 23 91 0 0.80 0.21 0.55 315.65 0.67 0.27
Hex 73 17 5B 0 50 15 37 13C 43 1B
Octal 163 27 133 0 120 25 67 474 103 33
Binary 1110011 10111 1011011 0 1010000 10101 110111 100111100 1000011 11011

Color Harmonies of #73175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73175B

Black with #73175B

Text Example


Text Example

White with #73175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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