Html Css Color HEX #600447 Tyrian Purple

📋 copy color: '#600447'

red 96 ◦ green 4 ◦ blue 71

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

Shades of Tyrian Purple #600447

Tints of Tyrian Purple #600447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 41.52%

R = 56.14%
G = 2.34%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#600447 (or 0x600447) is known color: Tyrian Purple. HEX triplet: 60, 04 and 47. RGB value is (96,4,71). Sum of RGB (Red+Green+Blue) = 96+4+71=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #600447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600447 is #9FFBB8. Grayscale: #262626. Windows color (decimal): -10484665 or 4654176. OLE color: 4654176.

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

Color convert

RGB 96 4 71 -
CMYK 0 0.96 0.26 0.62
HSL 316.3º 0.92% 0.2% -
HSV(B) 316.3º 0.96% 0.38% -
XYZ 6 3.03 6.23 -
YUV 39.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 96 4 71 0 0.96 0.26 0.62 316.3 0.92 0.2
Hex 60 4 47 0 60 1A 3E 13C 5C 14
Octal 140 4 107 0 140 32 76 474 134 24
Binary 1100000 100 1000111 0 1100000 11010 111110 100111100 1011100 10100

Color Harmonies of #600447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600447

Black with #600447

Text Example


Text Example

White with #600447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600447; }

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

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

background-color css

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

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

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

border-color css

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

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

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