#730F6A

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

Shades of Palatinate Purple #730F6A

Tints of Palatinate Purple #730F6A

Color information

#730F6A (or 0x730F6A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 0F and 6A. RGB value is (115,15,106). Sum of RGB (Red+Green+Blue) = 115+15+106=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #730F6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730F6A is #8CF095. Grayscale: #373737. Windows color (decimal): -9236630 or 6950771. OLE color: 6950771.

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

Color convert

RGB11515106-
CMYK00.870.080.55
HSL305.4º76.92%25.49%-
HSV(B)305.4º86.96%45.1%-
XYZ9.845.0314.09-
YUV55.27156.63170.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.73%
GREEN value IS 15 (6.25% from 255) = 6.36%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=48.73%
G=6.36%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151510600.870.080.55305.476.9225.49
Hex73F6A0578371314d19
Octal163171520127106746111531
Binary111001111111101010010101111000110111100110001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,15,106); }

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

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

 a { background-color: rgb(115,15,106); }

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

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

 span { border-color: rgb(115,15,106); }

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