#750655

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

Shades of Tyrian Purple #750655

Tints of Tyrian Purple #750655

Color information

#750655 (or 0x750655) is unknown color: approx Tyrian Purple. HEX triplet: 75, 06 and 55. RGB value is (117,6,85). Sum of RGB (Red+Green+Blue) = 117+6+85=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #750655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750655 is #8AF9AA. Grayscale: #2F2F2F. Windows color (decimal): -9107883 or 5572213. OLE color: 5572213.

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

Color convert

RGB117685-
CMYK00.950.270.54
HSL317.3º90.24%24.12%-
HSV(B)317.3º94.87%45.88%-
XYZ9.044.579-
YUV48.19148.77177.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 6 (2.73% from 255) = 2.88%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=56.25%
G=2.88%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11768500.950.270.54317.390.2424.12
Hex7565505F1B3613d5a18
Octal16561250137336647513230
Binary111010111010101010101111111011110110100111101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750655; }

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

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

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

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

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

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

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

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