Html Css Color HEX #600356 Tyrian Purple

📋 copy color: '#600356'

red 96 ◦ green 3 ◦ blue 86

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

Shades of Tyrian Purple #600356

Tints of Tyrian Purple #600356

RGB

 RED value IS 96 (37.89% from 255) = 51.89%

 GREEN value IS 3 (1.56% from 255) = 1.62%

 BLUE value IS 86 (33.98% from 255) = 46.49%

R = 51.89%
G = 1.62%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#600356 (or 0x600356) is known color: Tyrian Purple. HEX triplet: 60, 03 and 56. RGB value is (96,3,86). Sum of RGB (Red+Green+Blue) = 96+3+86=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #600356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600356 is #9FFCA9. Grayscale: #282828. Windows color (decimal): -10484906 or 5636960. OLE color: 5636960.

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

Color convert

RGB 96 3 86 -
CMYK 0 0.97 0.10 0.62
HSL 306.45º 0.94% 0.19% -
HSV(B) 306.45º 0.97% 0.38% -
XYZ 6.54 3.22 9.08 -
YUV 40.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 96 3 86 0 0.97 0.10 0.62 306.45 0.94 0.19
Hex 60 3 56 0 61 A 3E 132 5E 13
Octal 140 3 126 0 141 12 76 462 136 23
Binary 1100000 11 1010110 0 1100001 1010 111110 100110010 1011110 10011

Color Harmonies of #600356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600356

Black with #600356

Text Example


Text Example

White with #600356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600356; }

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

 H1.HeaderClassName
 {
   color: #600356;
 }
 .AnyTagClassName
 {
   color: #600356;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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