#750345

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

Shades of Tyrian Purple #750345

Tints of Tyrian Purple #750345

Color information

#750345 (or 0x750345) is unknown color: approx Tyrian Purple. HEX triplet: 75, 03 and 45. RGB value is (117,3,69). Sum of RGB (Red+Green+Blue) = 117+3+69=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #750345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750345 is #8AFCBA. Grayscale: #2C2C2C. Windows color (decimal): -9108667 or 4522869. OLE color: 4522869.

HSL color Cylindrical-coordinate representation of color #750345: hue angle of 325.26º 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 #750345 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB117369-
CMYK00.970.410.54
HSL325.26º95%23.53%-
HSV(B)325.26º97.44%45.88%-
XYZ8.444.286.01-
YUV44.61141.77179.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.90%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=61.90%
G=1.59%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11736900.970.410.54325.269523.53
Hex7534506129361455f18
Octal16531050141516650513730
Binary111010111100010101100001101001110110101000101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750345; }

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

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

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

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

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

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

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

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