#600745

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

Shades of Tyrian Purple #600745

Tints of Tyrian Purple #600745

Color information

#600745 (or 0x600745) is unknown color: approx Tyrian Purple. HEX triplet: 60, 07 and 45. RGB value is (96,7,69). Sum of RGB (Red+Green+Blue) = 96+7+69=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #600745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600745 is #9FF8BA. Grayscale: #282828. Windows color (decimal): -10483899 or 4523872. OLE color: 4523872.

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

Color convert

RGB96769-
CMYK00.930.280.62
HSL318.2º86.41%20.2%-
HSV(B)318.2º92.71%37.65%-
XYZ5.973.075.91-
YUV40.68143.99167.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.81%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=55.81%
G=4.07%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9676900.930.280.62318.286.4120.2
Hex6074505D1C3E13e5614
Octal14071050135347647612624
Binary110000011110001010101110111100111110100111110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600745; }

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

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

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

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

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

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

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

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