Html Css Color HEX #73276A Palatinate Purple

📋 copy color: '#73276A'

red 115 ◦ green 39 ◦ blue 106

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

Shades of Palatinate Purple #73276A

Tints of Palatinate Purple #73276A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.77%

R = 44.23%
G = 15%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#73276A (or 0x73276A) is known color: Palatinate Purple. HEX triplet: 73, 27 and 6A. RGB value is (115,39,106). Sum of RGB (Red+Green+Blue) = 115+39+106=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73276A is #8CD895. Grayscale: #454545. Windows color (decimal): -9230486 or 6956915. OLE color: 6956915.

HSL color Cylindrical-coordinate representation of color #73276A: hue angle of 307.11º 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 #73276A is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 39 106 -
CMYK 0 0.66 0.08 0.55
HSL 307.11º 0.49% 0.3% -
HSV(B) 307.11º 0.66% 0.45% -
XYZ 10.4 6.14 14.27 -
YUV 69.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 115 39 106 0 0.66 0.08 0.55 307.11 0.49 0.3
Hex 73 27 6A 0 42 8 37 133 31 1E
Octal 163 47 152 0 102 10 67 463 61 36
Binary 1110011 100111 1101010 0 1000010 1000 110111 100110011 110001 11110

Color Harmonies of #73276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73276A

Black with #73276A

Text Example


Text Example

White with #73276A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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