#73215A

Color #73215A Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #73215A

Tints of Palatinate Purple #73215A

Color information

#73215A (or 0x73215A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 21 and 5A. RGB value is (115,33,90). Sum of RGB (Red+Green+Blue) = 115+33+90=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #73215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73215A is #8CDEA5. Grayscale: #3F3F3F. Windows color (decimal): -9232038 or 5906803. OLE color: 5906803.

HSL color Cylindrical-coordinate representation of color #73215A: hue angle of 318.29º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73215A is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1153390-
CMYK00.710.220.55
HSL318.29º55.41%29.02%-
HSV(B)318.29º71.3%45.1%-
XYZ9.465.4710.23-
YUV64.02142.67164.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 90 (35.55% from 255) = 37.82%
R=48.32%
G=13.87%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115339000.710.220.55318.2955.4129.02
Hex73215A047163713e371d
Octal16341132010726674766735
Binary11100111000011011010010001111011011011110011111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,33,90); }

 H1.HeaderClassName
 {
   color: #73215A;
 }
 .AnyTagClassName
 {
   color: #73215A;
 }
</style>
background-color css

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

 a { background-color: rgb(115,33,90); }

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

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

 span { border-color: rgb(115,33,90); }

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