#73226F

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

Shades of Palatinate Purple #73226F

Tints of Palatinate Purple #73226F

Color information

#73226F (or 0x73226F) is unknown color: approx Palatinate Purple. HEX triplet: 73, 22 and 6F. RGB value is (115,34,111). Sum of RGB (Red+Green+Blue) = 115+34+111=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73226F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73226F is #8CDD90. Grayscale: #424242. Windows color (decimal): -9231761 or 7283315. OLE color: 7283315.

HSL color Cylindrical-coordinate representation of color #73226F: hue angle of 302.96º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73226F is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11534111-
CMYK00.700.030.55
HSL302.96º54.36%29.22%-
HSV(B)302.96º70.43%45.1%-
XYZ10.515.9415.63-
YUV67152.84162.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 34 (13.67% from 255) = 13.08%
BLUE value IS 111 (43.75% from 255) = 42.69%
R=44.23%
G=13.08%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153411100.700.030.55302.9654.3629.22
Hex73226F04633712f361d
Octal1634215701063674576635
Binary11100111000101101111010001101111011110010111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73226F; }

 p { color: rgb(115,34,111); }

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

<style>
 a { background-color: #73226F; }

 a { background-color: rgb(115,34,111); }

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

<style>
 span { border-color: #73226F; }

 span { border-color: rgb(115,34,111); }

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