Html Css Color HEX #601247 Tyrian Purple

📋 copy color: '#601247'

red 96 ◦ green 18 ◦ blue 71

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

Shades of Tyrian Purple #601247

Tints of Tyrian Purple #601247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

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

R = 51.89%
G = 9.73%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#601247 (or 0x601247) is known color: Tyrian Purple. HEX triplet: 60, 12 and 47. RGB value is (96,18,71). Sum of RGB (Red+Green+Blue) = 96+18+71=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #601247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601247 is #9FEDB8. Grayscale: #2F2F2F. Windows color (decimal): -10481081 or 4657760. OLE color: 4657760.

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

Color convert

RGB 96 18 71 -
CMYK 0 0.81 0.26 0.62
HSL 319.23º 0.68% 0.22% -
HSV(B) 319.23º 0.81% 0.38% -
XYZ 6.18 3.37 6.29 -
YUV 47.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 96 18 71 0 0.81 0.26 0.62 319.23 0.68 0.22
Hex 60 12 47 0 51 1A 3E 13F 44 16
Octal 140 22 107 0 121 32 76 477 104 26
Binary 1100000 10010 1000111 0 1010001 11010 111110 100111111 1000100 10110

Color Harmonies of #601247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601247

Black with #601247

Text Example


Text Example

White with #601247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601247; }

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

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

background-color css

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

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

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

border-color css

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

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

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