Html Css Color HEX #73276D Palatinate Purple

📋 copy color: '#73276D'

red 115 ◦ green 39 ◦ blue 109

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

Shades of Palatinate Purple #73276D

Tints of Palatinate Purple #73276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

 BLUE value IS 109 (42.97% from 255) = 41.44%

R = 43.73%
G = 14.83%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73276D (or 0x73276D) is known color: Palatinate Purple. HEX triplet: 73, 27 and 6D. RGB value is (115,39,109). Sum of RGB (Red+Green+Blue) = 115+39+109=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73276D is #8CD892. Grayscale: #454545. Windows color (decimal): -9230483 or 7153523. OLE color: 7153523.

HSL color Cylindrical-coordinate representation of color #73276D: hue angle of 304.74º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73276D is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 39 109 -
CMYK 0 0.66 0.05 0.55
HSL 304.74º 0.49% 0.3% -
HSV(B) 304.74º 0.66% 0.45% -
XYZ 10.56 6.2 15.11 -
YUV 69.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 115 39 109 0 0.66 0.05 0.55 304.74 0.49 0.3
Hex 73 27 6D 0 42 5 37 131 31 1E
Octal 163 47 155 0 102 5 67 461 61 36
Binary 1110011 100111 1101101 0 1000010 101 110111 100110001 110001 11110

Color Harmonies of #73276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73276D

Black with #73276D

Text Example


Text Example

White with #73276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73276D; }

 p { color: rgb(115,39,109); }

 H1.HeaderClassName
 {
   color: #73276D;
 }
 .AnyTagClassName
 {
   color: #73276D;
 }
</style>

background-color css

<style>
 a { background-color: #73276D; }

 a { background-color: rgb(115,39,109); }

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

border-color css

<style>
 span { border-color: #73276D; }

 span { border-color: rgb(115,39,109); }

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