Html Css Color HEX #73276E Palatinate Purple

📋 copy color: '#73276E'

red 115 ◦ green 39 ◦ blue 110

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

Shades of Palatinate Purple #73276E

Tints of Palatinate Purple #73276E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.67%

R = 43.56%
G = 14.77%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#73276E (or 0x73276E) is known color: Palatinate Purple. HEX triplet: 73, 27 and 6E. RGB value is (115,39,110). Sum of RGB (Red+Green+Blue) = 115+39+110=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #73276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73276E is #8CD891. Grayscale: #454545. Windows color (decimal): -9230482 or 7219059. OLE color: 7219059.

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

Color convert

RGB 115 39 110 -
CMYK 0 0.66 0.04 0.55
HSL 303.95º 0.49% 0.3% -
HSV(B) 303.95º 0.66% 0.45% -
XYZ 10.61 6.22 15.39 -
YUV 69.82 150.68 160.23 -
System Red Green Blue C M Y K H S L
Decimal 115 39 110 0 0.66 0.04 0.55 303.95 0.49 0.3
Hex 73 27 6E 0 42 4 37 130 31 1E
Octal 163 47 156 0 102 4 67 460 61 36
Binary 1110011 100111 1101110 0 1000010 100 110111 100110000 110001 11110

Color Harmonies of #73276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73276E

Black with #73276E

Text Example


Text Example

White with #73276E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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