#600357

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

Shades of Tyrian Purple #600357

Tints of Tyrian Purple #600357

Color information

#600357 (or 0x600357) is unknown color: approx Tyrian Purple. HEX triplet: 60, 03 and 57. RGB value is (96,3,87). Sum of RGB (Red+Green+Blue) = 96+3+87=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #600357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600357 is #9FFCA8. Grayscale: #282828. Windows color (decimal): -10484905 or 5702496. OLE color: 5702496.

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

Color convert

RGB96387-
CMYK00.970.090.62
HSL305.81º93.94%19.41%-
HSV(B)305.81º96.88%37.65%-
XYZ6.583.249.3-
YUV40.38154.31167.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 3 (1.56% from 255) = 1.61%
BLUE value IS 87 (34.38% from 255) = 46.77%
R=51.61%
G=1.61%
B=46.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9638700.970.090.62305.8193.9419.41
Hex6035706193E1325e13
Octal14031270141117646213623
Binary1100000111010111011000011001111110100110010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600357; }

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

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

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

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

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

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

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

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