Html Css Color HEX #601146 Tyrian Purple

📋 copy color: '#601146'

red 96 ◦ green 17 ◦ blue 70

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

Shades of Tyrian Purple #601146

Tints of Tyrian Purple #601146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.29%

 BLUE value IS 70 (27.73% from 255) = 38.25%

R = 52.46%
G = 9.29%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#601146 (or 0x601146) is known color: Tyrian Purple. HEX triplet: 60, 11 and 46. RGB value is (96,17,70). Sum of RGB (Red+Green+Blue) = 96+17+70=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #601146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601146 is #9FEEB9. Grayscale: #2E2E2E. Windows color (decimal): -10481338 or 4591968. OLE color: 4591968.

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

Color convert

RGB 96 17 70 -
CMYK 0 0.82 0.27 0.62
HSL 319.75º 0.7% 0.22% -
HSV(B) 319.75º 0.82% 0.38% -
XYZ 6.13 3.33 6.11 -
YUV 46.66 141.17 163.19 -
System Red Green Blue C M Y K H S L
Decimal 96 17 70 0 0.82 0.27 0.62 319.75 0.7 0.22
Hex 60 11 46 0 52 1B 3E 140 46 16
Octal 140 21 106 0 122 33 76 500 106 26
Binary 1100000 10001 1000110 0 1010010 11011 111110 101000000 1000110 10110

Color Harmonies of #601146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601146

Black with #601146

Text Example


Text Example

White with #601146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601146; }

 p { color: rgb(96,17,70); }

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

background-color css

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

 a { background-color: rgb(96,17,70); }

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

border-color css

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

 span { border-color: rgb(96,17,70); }

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