Html Css Color HEX #600357 Tyrian Purple

📋 copy color: '#600357'

red 96 ◦ green 3 ◦ blue 87

#600357
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #600357

Tints of Tyrian Purple #600357

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 value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#600357 (or 0x600357) is known color: 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

RGB 96 3 87 -
CMYK 0 0.97 0.09 0.62
HSL 305.81º 0.94% 0.19% -
HSV(B) 305.81º 0.97% 0.38% -
XYZ 6.58 3.24 9.3 -
YUV 40.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 96 3 87 0 0.97 0.09 0.62 305.81 0.94 0.19
Hex 60 3 57 0 61 9 3E 132 5E 13
Octal 140 3 127 0 141 11 76 462 136 23
Binary 1100000 11 1010111 0 1100001 1001 111110 100110010 1011110 10011

Color Harmonies of #600357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600357

Black with #600357

Text Example


Text Example

White with #600357

Text Example


Text Example

HTML Codes & Css Web 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>