#733A4D

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

Shades of Camelot #733A4D

Tints of Camelot #733A4D

Color information

#733A4D (or 0x733A4D) is unknown color: approx Camelot. HEX triplet: 73, 3A and 4D. RGB value is (115,58,77). Sum of RGB (Red+Green+Blue) = 115+58+77=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #733A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A4D is #8CC5B2. Grayscale: #4D4D4D. Windows color (decimal): -9225651 or 5061235. OLE color: 5061235.

HSL color Cylindrical-coordinate representation of color #733A4D: hue angle of 340º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733A4D is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1155877-
CMYK00.500.330.55
HSL340º32.95%33.92%-
HSV(B)340º49.57%45.1%-
XYZ9.927.217.89-
YUV77.21127.88154.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 77 (30.47% from 255) = 30.8%
R=46%
G=23.2%
B=30.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115587700.500.330.5534032.9533.92
Hex733A4D03221371542122
Octal1637211506241675244142
Binary111001111101010011010110010100001110111101010100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733A4D; }

 p { color: rgb(115,58,77); }

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

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

 a { background-color: rgb(115,58,77); }

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

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

 span { border-color: rgb(115,58,77); }

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