Html Css Color HEX #600449 Tyrian Purple

📋 copy color: '#600449'

red 96 ◦ green 4 ◦ blue 73

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

Shades of Tyrian Purple #600449

Tints of Tyrian Purple #600449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 42.2%

R = 55.49%
G = 2.31%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#600449 (or 0x600449) is known color: Tyrian Purple. HEX triplet: 60, 04 and 49. RGB value is (96,4,73). Sum of RGB (Red+Green+Blue) = 96+4+73=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #600449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600449 is #9FFBB6. Grayscale: #272727. Windows color (decimal): -10484663 or 4785248. OLE color: 4785248.

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

Color convert

RGB 96 4 73 -
CMYK 0 0.96 0.24 0.62
HSL 315º 0.92% 0.2% -
HSV(B) 315º 0.96% 0.38% -
XYZ 6.07 3.05 6.57 -
YUV 39.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 96 4 73 0 0.96 0.24 0.62 315 0.92 0.2
Hex 60 4 49 0 60 18 3E 13B 5C 14
Octal 140 4 111 0 140 30 76 473 134 24
Binary 1100000 100 1001001 0 1100000 11000 111110 100111011 1011100 10100

Color Harmonies of #600449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600449

Black with #600449

Text Example


Text Example

White with #600449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600449; }

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

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

background-color css

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

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

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

border-color css

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

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

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