#600343

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

Shades of Tyrian Purple #600343

Tints of Tyrian Purple #600343

Color information

#600343 (or 0x600343) is unknown color: approx Tyrian Purple. HEX triplet: 60, 03 and 43. RGB value is (96,3,67). Sum of RGB (Red+Green+Blue) = 96+3+67=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #600343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600343 is #9FFCBC. Grayscale: #252525. Windows color (decimal): -10484925 or 4391776. OLE color: 4391776.

HSL color Cylindrical-coordinate representation of color #600343: hue angle of 318.71º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600343 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB96367-
CMYK00.970.300.62
HSL318.71º93.94%19.41%-
HSV(B)318.71º96.88%37.65%-
XYZ5.872.965.57-
YUV38.1144.31169.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 3 (1.56% from 255) = 1.81%
BLUE value IS 67 (26.56% from 255) = 40.36%
R=57.83%
G=1.81%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9636700.970.300.62318.7193.9419.41
Hex603430611E3E13f5e13
Octal14031030141367647713623
Binary11000001110000110110000111110111110100111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600343; }

 p { color: rgb(96,3,67); }

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

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

 a { background-color: rgb(96,3,67); }

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

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

 span { border-color: rgb(96,3,67); }

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