Html Css Color HEX #73315F Palatinate Purple

📋 copy color: '#73315F'

red 115 ◦ green 49 ◦ blue 95

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

Shades of Palatinate Purple #73315F

Tints of Palatinate Purple #73315F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.92%

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

R = 44.4%
G = 18.92%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73315F (or 0x73315F) is known color: Palatinate Purple. HEX triplet: 73, 31 and 5F. RGB value is (115,49,95). Sum of RGB (Red+Green+Blue) = 115+49+95=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73315F is #8CCEA0. Grayscale: #494949. Windows color (decimal): -9227937 or 6238579. OLE color: 6238579.

HSL color Cylindrical-coordinate representation of color #73315F: hue angle of 318.18º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73315F is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 49 95 -
CMYK 0 0.57 0.17 0.55
HSL 318.18º 0.4% 0.32% -
HSV(B) 318.18º 0.57% 0.45% -
XYZ 10.23 6.67 11.57 -
YUV 73.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 115 49 95 0 0.57 0.17 0.55 318.18 0.4 0.32
Hex 73 31 5F 0 39 11 37 13E 28 20
Octal 163 61 137 0 71 21 67 476 50 40
Binary 1110011 110001 1011111 0 111001 10001 110111 100111110 101000 100000

Color Harmonies of #73315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73315F

Black with #73315F

Text Example


Text Example

White with #73315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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