#730467

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

Shades of Purple #730467

Tints of Purple #730467

Color information

#730467 (or 0x730467) is unknown color: approx Purple. HEX triplet: 73, 04 and 67. RGB value is (115,4,103). Sum of RGB (Red+Green+Blue) = 115+4+103=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #730467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730467 is #8CFB98. Grayscale: #303030. Windows color (decimal): -9239449 or 6751347. OLE color: 6751347.

HSL color Cylindrical-coordinate representation of color #730467: hue angle of 306.49º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730467 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB1154103-
CMYK00.970.100.55
HSL306.49º93.28%23.33%-
HSV(B)306.49º96.52%45.1%-
XYZ9.564.7113.24-
YUV48.47158.77175.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.80%
GREEN value IS 4 (1.95% from 255) = 1.80%
BLUE value IS 103 (40.62% from 255) = 46.40%
R=51.80%
G=1.80%
B=46.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115410300.970.100.55306.4993.2823.33
Hex73467061A371325d17
Octal16341470141126746213527
Binary11100111001100111011000011010110111100110010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730467; }

 p { color: rgb(115,4,103); }

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

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

 a { background-color: rgb(115,4,103); }

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

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

 span { border-color: rgb(115,4,103); }

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