#730067

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

Shades of Purple #730067

Tints of Purple #730067

Color information

#730067 (or 0x730067) is unknown color: approx Purple. HEX triplet: 73, 00 and 67. RGB value is (115,0,103). Sum of RGB (Red+Green+Blue) = 115+0+103=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #730067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730067 is #8CFF98. Grayscale: #2D2D2D. Windows color (decimal): -9240473 or 6750323. OLE color: 6750323.

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

Color convert

RGB1150103-
CMYK010.100.55
HSL306.26º100%22.55%-
HSV(B)306.26º100%45.1%-
XYZ9.524.6213.22-
YUV46.13160.1177.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 103 (40.62% from 255) = 47.25%
R=52.75%
G=0%
B=47.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1150103010.100.55306.2610022.55
Hex73067064A371326417
Octal16301470144126746214427
Binary111001101100111011001001010110111100110010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730067; }

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

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

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

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

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

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

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

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