Html Css Color HEX #73316B Palatinate Purple

📋 copy color: '#73316B'

red 115 ◦ green 49 ◦ blue 107

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

Shades of Palatinate Purple #73316B

Tints of Palatinate Purple #73316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.48%

R = 42.44%
G = 18.08%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73316B (or 0x73316B) is known color: Palatinate Purple. HEX triplet: 73, 31 and 6B. RGB value is (115,49,107). Sum of RGB (Red+Green+Blue) = 115+49+107=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #73316B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73316B is #8CCE94. Grayscale: #4B4B4B. Windows color (decimal): -9227925 or 7025011. OLE color: 7025011.

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

Color convert

RGB 115 49 107 -
CMYK 0 0.57 0.07 0.55
HSL 307.27º 0.4% 0.32% -
HSV(B) 307.27º 0.57% 0.45% -
XYZ 10.82 6.9 14.67 -
YUV 75.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 115 49 107 0 0.57 0.07 0.55 307.27 0.4 0.32
Hex 73 31 6B 0 39 7 37 133 28 20
Octal 163 61 153 0 71 7 67 463 50 40
Binary 1110011 110001 1101011 0 111001 111 110111 100110011 101000 100000

Color Harmonies of #73316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73316B

Black with #73316B

Text Example


Text Example

White with #73316B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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