Html Css Color HEX #600247 Tyrian Purple

📋 copy color: '#600247'

red 96 ◦ green 2 ◦ blue 71

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

Shades of Tyrian Purple #600247

Tints of Tyrian Purple #600247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

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

R = 56.8%
G = 1.18%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#600247 (or 0x600247) is known color: Tyrian Purple. HEX triplet: 60, 02 and 47. RGB value is (96,2,71). Sum of RGB (Red+Green+Blue) = 96+2+71=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #600247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600247 is #9FFDB8. Grayscale: #252525. Windows color (decimal): -10485177 or 4653664. OLE color: 4653664.

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

Color convert

RGB 96 2 71 -
CMYK 0 0.98 0.26 0.62
HSL 315.96º 0.96% 0.19% -
HSV(B) 315.96º 0.98% 0.38% -
XYZ 5.98 2.99 6.22 -
YUV 37.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 96 2 71 0 0.98 0.26 0.62 315.96 0.96 0.19
Hex 60 2 47 0 62 1A 3E 13C 60 13
Octal 140 2 107 0 142 32 76 474 140 23
Binary 1100000 10 1000111 0 1100010 11010 111110 100111100 1100000 10011

Color Harmonies of #600247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600247

Black with #600247

Text Example


Text Example

White with #600247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600247; }

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

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

background-color css

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

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

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

border-color css

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

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

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