#730A5A

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

Shades of Palatinate Purple #730A5A

Tints of Palatinate Purple #730A5A

Color information

#730A5A (or 0x730A5A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 0A and 5A. RGB value is (115,10,90). Sum of RGB (Red+Green+Blue) = 115+10+90=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #730A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A5A is #8CF5A5. Grayscale: #323232. Windows color (decimal): -9237926 or 5900915. OLE color: 5900915.

HSL color Cylindrical-coordinate representation of color #730A5A: hue angle of 314.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A5A is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1151090-
CMYK00.910.220.55
HSL314.29º84%24.51%-
HSV(B)314.29º91.3%45.1%-
XYZ9.024.610.09-
YUV50.51150.29174-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=53.49%
G=4.65%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115109000.910.220.55314.298424.51
Hex73A5A05B163713a5419
Octal163121320133266747212431
Binary1110011101010110100101101110110110111100111010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730A5A; }

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

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

<style>
 a { background-color: #730A5A; }

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

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

<style>
 span { border-color: #730A5A; }

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

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