#750342

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

Shades of Tyrian Purple #750342

Tints of Tyrian Purple #750342

Color information

#750342 (or 0x750342) is unknown color: approx Tyrian Purple. HEX triplet: 75, 03 and 42. RGB value is (117,3,66). Sum of RGB (Red+Green+Blue) = 117+3+66=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #750342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750342 is #8AFCBD. Grayscale: #2C2C2C. Windows color (decimal): -9108670 or 4326261. OLE color: 4326261.

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

Color convert

RGB117366-
CMYK00.970.440.54
HSL326.84º95%23.53%-
HSV(B)326.84º97.44%45.88%-
XYZ8.354.245.53-
YUV44.27140.27179.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.90%
GREEN value IS 3 (1.56% from 255) = 1.61%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=62.90%
G=1.61%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11736600.970.440.54326.849523.53
Hex753420612C361475f18
Octal16531020141546650713730
Binary111010111100001001100001101100110110101000111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750342; }

 p { color: rgb(117,3,66); }

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

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

 a { background-color: rgb(117,3,66); }

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

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

 span { border-color: rgb(117,3,66); }

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