#75064A

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

Shades of Tyrian Purple #75064A

Tints of Tyrian Purple #75064A

Color information

#75064A (or 0x75064A) is unknown color: approx Tyrian Purple. HEX triplet: 75, 06 and 4A. RGB value is (117,6,74). Sum of RGB (Red+Green+Blue) = 117+6+74=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75064A is #8AF9B5. Grayscale: #2E2E2E. Windows color (decimal): -9107894 or 4851317. OLE color: 4851317.

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

Color convert

RGB117674-
CMYK00.950.370.54
HSL323.24º90.24%24.12%-
HSV(B)323.24º94.87%45.88%-
XYZ8.644.416.87-
YUV46.94143.27177.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 6 (2.73% from 255) = 3.05%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=59.39%
G=3.05%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11767400.950.370.54323.2490.2424.12
Hex7564A05F25361435a18
Octal16561120137456650313230
Binary1110101110100101001011111100101110110101000011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75064A; }

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

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

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

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

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

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

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

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