#750654

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

Shades of Tyrian Purple #750654

Tints of Tyrian Purple #750654

Color information

#750654 (or 0x750654) is unknown color: approx Tyrian Purple. HEX triplet: 75, 06 and 54. RGB value is (117,6,84). Sum of RGB (Red+Green+Blue) = 117+6+84=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #750654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750654 is #8AF9AB. Grayscale: #2F2F2F. Windows color (decimal): -9107884 or 5506677. OLE color: 5506677.

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

Color convert

RGB117684-
CMYK00.950.280.54
HSL317.84º90.24%24.12%-
HSV(B)317.84º94.87%45.88%-
XYZ94.558.79-
YUV48.08148.27177.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=56.52%
G=2.90%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11768400.950.280.54317.8490.2424.12
Hex7565405F1C3613e5a18
Octal16561240137346647613230
Binary111010111010101000101111111100110110100111110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750654; }

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

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

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

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

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

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

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

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