#75065A

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

Shades of Tyrian Purple #75065A

Tints of Tyrian Purple #75065A

Color information

#75065A (or 0x75065A) is unknown color: approx Tyrian Purple. HEX triplet: 75, 06 and 5A. RGB value is (117,6,90). Sum of RGB (Red+Green+Blue) = 117+6+90=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75065A is #8AF9A5. Grayscale: #303030. Windows color (decimal): -9107878 or 5899893. OLE color: 5899893.

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

Color convert

RGB117690-
CMYK00.950.230.54
HSL314.59º90.24%24.12%-
HSV(B)314.59º94.87%45.88%-
XYZ9.254.6510.08-
YUV48.76151.27176.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=54.93%
G=2.82%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11769000.950.230.54314.5990.2424.12
Hex7565A05F173613b5a18
Octal16561320137276647313230
Binary111010111010110100101111110111110110100111011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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