#600746

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

Shades of Tyrian Purple #600746

Tints of Tyrian Purple #600746

Color information

#600746 (or 0x600746) is unknown color: approx Tyrian Purple. HEX triplet: 60, 07 and 46. RGB value is (96,7,70). Sum of RGB (Red+Green+Blue) = 96+7+70=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #600746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600746 is #9FF8B9. Grayscale: #282828. Windows color (decimal): -10483898 or 4589408. OLE color: 4589408.

HSL color Cylindrical-coordinate representation of color #600746: hue angle of 317.53º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600746 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB96770-
CMYK00.930.270.62
HSL317.53º86.41%20.2%-
HSV(B)317.53º92.71%37.65%-
XYZ6.013.086.07-
YUV40.79144.49167.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=55.49%
G=4.05%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9677000.930.270.62317.5386.4120.2
Hex6074605D1B3E13e5614
Octal14071060135337647612624
Binary110000011110001100101110111011111110100111110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600746; }

 p { color: rgb(96,7,70); }

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

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

 a { background-color: rgb(96,7,70); }

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

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

 span { border-color: rgb(96,7,70); }

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