#730C33

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

Shades of Tyrian Purple #730C33

Tints of Tyrian Purple #730C33

Color information

#730C33 (or 0x730C33) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0C and 33. RGB value is (115,12,51). Sum of RGB (Red+Green+Blue) = 115+12+51=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #730C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730C33 is #8CF3CC. Grayscale: #2F2F2F. Windows color (decimal): -9237453 or 3345523. OLE color: 3345523.

HSL color Cylindrical-coordinate representation of color #730C33: hue angle of 337.28º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730C33 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1151251-
CMYK00.900.560.55
HSL337.28º81.1%24.9%-
HSV(B)337.28º89.57%45.1%-
XYZ7.84.153.52-
YUV47.24130.12176.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.61%
GREEN value IS 12 (5.08% from 255) = 6.74%
BLUE value IS 51 (20.31% from 255) = 28.65%
R=64.61%
G=6.74%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115125100.900.560.55337.2881.124.9
Hex73C3305A38371515119
Octal16314630132706752112131
Binary1110011110011001101011010111000110111101010001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,12,51); }

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

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

 a { background-color: rgb(115,12,51); }

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

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

 span { border-color: rgb(115,12,51); }

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