Html Css Color HEX #600F49 Tyrian Purple

📋 copy color: '#600F49'

red 96 ◦ green 15 ◦ blue 73

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

Shades of Tyrian Purple #600F49

Tints of Tyrian Purple #600F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.15%

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

R = 52.17%
G = 8.15%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#600F49 (or 0x600F49) is known color: Tyrian Purple. HEX triplet: 60, 0F and 49. RGB value is (96,15,73). Sum of RGB (Red+Green+Blue) = 96+15+73=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #600F49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F49 is #9FF0B6. Grayscale: #2D2D2D. Windows color (decimal): -10481847 or 4788064. OLE color: 4788064.

HSL color Cylindrical-coordinate representation of color #600F49: hue angle of 317.04º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F49 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 15 73 -
CMYK 0 0.84 0.24 0.62
HSL 317.04º 0.73% 0.22% -
HSV(B) 317.04º 0.84% 0.38% -
XYZ 6.2 3.31 6.62 -
YUV 45.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 96 15 73 0 0.84 0.24 0.62 317.04 0.73 0.22
Hex 60 F 49 0 54 18 3E 13D 49 16
Octal 140 17 111 0 124 30 76 475 111 26
Binary 1100000 1111 1001001 0 1010100 11000 111110 100111101 1001001 10110

Color Harmonies of #600F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F49

Black with #600F49

Text Example


Text Example

White with #600F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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