#730E7B

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

Shades of Purple #730E7B

Tints of Purple #730E7B

Color information

#730E7B (or 0x730E7B) is unknown color: approx Purple. HEX triplet: 73, 0E and 7B. RGB value is (115,14,123). Sum of RGB (Red+Green+Blue) = 115+14+123=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #730E7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730E7B is #8CF184. Grayscale: #383838. Windows color (decimal): -9236869 or 8064627. OLE color: 8064627.

HSL color Cylindrical-coordinate representation of color #730E7B: hue angle of 295.6º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730E7B is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11514123-
CMYK0.070.8900.52
HSL295.6º79.56%26.86%-
HSV(B)295.6º88.62%48.24%-
XYZ10.85.3919.21-
YUV56.62165.46169.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 14 (5.86% from 255) = 5.56%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=45.63%
G=5.56%
B=48.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115141230.070.8900.52295.679.5626.86
Hex73E7B759034128501b
Octal16316173713106445012033
Binary11100111110111101111110110010110100100101000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,14,123); }

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

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

 a { background-color: rgb(115,14,123); }

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

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

 span { border-color: rgb(115,14,123); }

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