Html Css Color HEX #600446 Tyrian Purple

📋 copy color: '#600446'

red 96 ◦ green 4 ◦ blue 70

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

Shades of Tyrian Purple #600446

Tints of Tyrian Purple #600446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

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

R = 56.47%
G = 2.35%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#600446 (or 0x600446) is known color: Tyrian Purple. HEX triplet: 60, 04 and 46. RGB value is (96,4,70). Sum of RGB (Red+Green+Blue) = 96+4+70=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #600446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600446 is #9FFBB9. Grayscale: #262626. Windows color (decimal): -10484666 or 4588640. OLE color: 4588640.

HSL color Cylindrical-coordinate representation of color #600446: hue angle of 316.96º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600446 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 4 70 -
CMYK 0 0.96 0.27 0.62
HSL 316.96º 0.92% 0.2% -
HSV(B) 316.96º 0.96% 0.38% -
XYZ 5.97 3.02 6.06 -
YUV 39.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 96 4 70 0 0.96 0.27 0.62 316.96 0.92 0.2
Hex 60 4 46 0 60 1B 3E 13D 5C 14
Octal 140 4 106 0 140 33 76 475 134 24
Binary 1100000 100 1000110 0 1100000 11011 111110 100111101 1011100 10100

Color Harmonies of #600446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600446

Black with #600446

Text Example


Text Example

White with #600446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600446; }

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

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

background-color css

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

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

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

border-color css

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

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

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