Html Css Color HEX #73115F Palatinate Purple

📋 copy color: '#73115F'

red 115 ◦ green 17 ◦ blue 95

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

Shades of Palatinate Purple #73115F

Tints of Palatinate Purple #73115F

RGB

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

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

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

R = 50.66%
G = 7.49%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73115F (or 0x73115F) is known color: Palatinate Purple. HEX triplet: 73, 11 and 5F. RGB value is (115,17,95). Sum of RGB (Red+Green+Blue) = 115+17+95=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73115F is #8CEEA0. Grayscale: #363636. Windows color (decimal): -9236129 or 6230387. OLE color: 6230387.

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

Color convert

RGB 115 17 95 -
CMYK 0 0.85 0.17 0.55
HSL 312.24º 0.74% 0.26% -
HSV(B) 312.24º 0.85% 0.45% -
XYZ 9.34 4.87 11.27 -
YUV 55.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 115 17 95 0 0.85 0.17 0.55 312.24 0.74 0.26
Hex 73 11 5F 0 55 11 37 138 4A 1A
Octal 163 21 137 0 125 21 67 470 112 32
Binary 1110011 10001 1011111 0 1010101 10001 110111 100111000 1001010 11010

Color Harmonies of #73115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73115F

Black with #73115F

Text Example


Text Example

White with #73115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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