#750650

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

Shades of Tyrian Purple #750650

Tints of Tyrian Purple #750650

Color information

#750650 (or 0x750650) is unknown color: approx Tyrian Purple. HEX triplet: 75, 06 and 50. RGB value is (117,6,80). Sum of RGB (Red+Green+Blue) = 117+6+80=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #750650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750650 is #8AF9AF. Grayscale: #2F2F2F. Windows color (decimal): -9107888 or 5244533. OLE color: 5244533.

HSL color Cylindrical-coordinate representation of color #750650: hue angle of 320º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750650 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB117680-
CMYK00.950.320.54
HSL320º90.24%24.12%-
HSV(B)320º94.87%45.88%-
XYZ8.854.497.99-
YUV47.62146.27177.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=57.64%
G=2.96%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11768000.950.320.5432090.2424.12
Hex7565005F20361405a18
Octal16561200137406650013230
Binary1110101110101000001011111100000110110101000000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750650; }

 p { color: rgb(117,6,80); }

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

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

 a { background-color: rgb(117,6,80); }

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

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

 span { border-color: rgb(117,6,80); }

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