#730384

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

Shades of Purple #730384

Tints of Purple #730384

Color information

#730384 (or 0x730384) is unknown color: approx Purple. HEX triplet: 73, 03 and 84. RGB value is (115,3,132). Sum of RGB (Red+Green+Blue) = 115+3+132=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #730384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730384 is #8CFC7B. Grayscale: #323232. Windows color (decimal): -9239676 or 8651635. OLE color: 8651635.

HSL color Cylindrical-coordinate representation of color #730384: hue angle of 292.09º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730384 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1153132-
CMYK0.130.9800.48
HSL292.09º95.56%26.47%-
HSV(B)292.09º97.73%51.76%-
XYZ11.275.3822.27-
YUV51.19173.61173.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 3 (1.56% from 255) = 1.2%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=46%
G=1.2%
B=52.8%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11531320.130.9800.48292.0995.5626.47
Hex73384D62030124601a
Octal16332041514206044414032
Binary11100111110000100110111000100110000100100100110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730384; }

 p { color: rgb(115,3,132); }

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

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

 a { background-color: rgb(115,3,132); }

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

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

 span { border-color: rgb(115,3,132); }

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