Html Css Color HEX #73276C Palatinate Purple

📋 copy color: '#73276C'

red 115 ◦ green 39 ◦ blue 108

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

Shades of Palatinate Purple #73276C

Tints of Palatinate Purple #73276C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.22%

R = 43.89%
G = 14.89%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#73276C (or 0x73276C) is known color: Palatinate Purple. HEX triplet: 73, 27 and 6C. RGB value is (115,39,108). Sum of RGB (Red+Green+Blue) = 115+39+108=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73276C is #8CD893. Grayscale: #454545. Windows color (decimal): -9230484 or 7087987. OLE color: 7087987.

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

Color convert

RGB 115 39 108 -
CMYK 0 0.66 0.06 0.55
HSL 305.53º 0.49% 0.3% -
HSV(B) 305.53º 0.66% 0.45% -
XYZ 10.5 6.18 14.83 -
YUV 69.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 115 39 108 0 0.66 0.06 0.55 305.53 0.49 0.3
Hex 73 27 6C 0 42 6 37 132 31 1E
Octal 163 47 154 0 102 6 67 462 61 36
Binary 1110011 100111 1101100 0 1000010 110 110111 100110010 110001 11110

Color Harmonies of #73276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73276C

Black with #73276C

Text Example


Text Example

White with #73276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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