Html Css Color HEX #73115B Palatinate Purple

📋 copy color: '#73115B'

red 115 ◦ green 17 ◦ blue 91

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

Shades of Palatinate Purple #73115B

Tints of Palatinate Purple #73115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.62%

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

R = 51.57%
G = 7.62%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73115B (or 0x73115B) is known color: Palatinate Purple. HEX triplet: 73, 11 and 5B. RGB value is (115,17,91). Sum of RGB (Red+Green+Blue) = 115+17+91=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73115B is #8CEEA4. Grayscale: #363636. Windows color (decimal): -9236133 or 5968243. OLE color: 5968243.

HSL color Cylindrical-coordinate representation of color #73115B: hue angle of 314.69º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73115B is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 17 91 -
CMYK 0 0.85 0.21 0.55
HSL 314.69º 0.74% 0.26% -
HSV(B) 314.69º 0.85% 0.45% -
XYZ 9.16 4.8 10.34 -
YUV 54.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 115 17 91 0 0.85 0.21 0.55 314.69 0.74 0.26
Hex 73 11 5B 0 55 15 37 13B 4A 1A
Octal 163 21 133 0 125 25 67 473 112 32
Binary 1110011 10001 1011011 0 1010101 10101 110111 100111011 1001010 11010

Color Harmonies of #73115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73115B

Black with #73115B

Text Example


Text Example

White with #73115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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