#75063E

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

Shades of Tyrian Purple #75063E

Tints of Tyrian Purple #75063E

Color information

#75063E (or 0x75063E) is unknown color: approx Tyrian Purple. HEX triplet: 75, 06 and 3E. RGB value is (117,6,62). Sum of RGB (Red+Green+Blue) = 117+6+62=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75063E is #8AF9C1. Grayscale: #2D2D2D. Windows color (decimal): -9107906 or 4064885. OLE color: 4064885.

HSL color Cylindrical-coordinate representation of color #75063E: hue angle of 329.73º 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 #75063E is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB117662-
CMYK00.950.470.54
HSL329.73º90.24%24.12%-
HSV(B)329.73º94.87%45.88%-
XYZ8.274.264.94-
YUV45.57137.27178.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.24%
GREEN value IS 6 (2.73% from 255) = 3.24%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=63.24%
G=3.24%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11766200.950.470.54329.7390.2424.12
Hex7563E05F2F3614a5a18
Octal1656760137576651213230
Binary111010111011111001011111101111110110101001010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75063E; }

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

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

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

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

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

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

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

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