Html Css Color HEX #600346 Tyrian Purple

📋 copy color: '#600346'

red 96 ◦ green 3 ◦ blue 70

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

Shades of Tyrian Purple #600346

Tints of Tyrian Purple #600346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 41.42%

R = 56.8%
G = 1.78%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#600346 (or 0x600346) is known color: Tyrian Purple. HEX triplet: 60, 03 and 46. RGB value is (96,3,70). Sum of RGB (Red+Green+Blue) = 96+3+70=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #600346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600346 is #9FFCB9. Grayscale: #262626. Windows color (decimal): -10484922 or 4588384. OLE color: 4588384.

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

Color convert

RGB 96 3 70 -
CMYK 0 0.97 0.27 0.62
HSL 316.77º 0.94% 0.19% -
HSV(B) 316.77º 0.97% 0.38% -
XYZ 5.96 2.99 6.06 -
YUV 38.45 145.81 169.05 -
System Red Green Blue C M Y K H S L
Decimal 96 3 70 0 0.97 0.27 0.62 316.77 0.94 0.19
Hex 60 3 46 0 61 1B 3E 13D 5E 13
Octal 140 3 106 0 141 33 76 475 136 23
Binary 1100000 11 1000110 0 1100001 11011 111110 100111101 1011110 10011

Color Harmonies of #600346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600346

Black with #600346

Text Example


Text Example

White with #600346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600346; }

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

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

background-color css

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

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

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

border-color css

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

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

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