Html Css Color HEX #601138 Tyrian Purple

📋 copy color: '#601138'

red 96 ◦ green 17 ◦ blue 56

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

Shades of Tyrian Purple #601138

Tints of Tyrian Purple #601138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 33.14%

R = 56.8%
G = 10.06%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#601138 (or 0x601138) is known color: Tyrian Purple. HEX triplet: 60, 11 and 38. RGB value is (96,17,56). Sum of RGB (Red+Green+Blue) = 96+17+56=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #601138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601138 is #9FEEC7. Grayscale: #2C2C2C. Windows color (decimal): -10481352 or 3674464. OLE color: 3674464.

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

Color convert

RGB 96 17 56 -
CMYK 0 0.82 0.42 0.62
HSL 330.38º 0.7% 0.22% -
HSV(B) 330.38º 0.82% 0.38% -
XYZ 5.74 3.17 4.05 -
YUV 45.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 96 17 56 0 0.82 0.42 0.62 330.38 0.7 0.22
Hex 60 11 38 0 52 2A 3E 14A 46 16
Octal 140 21 70 0 122 52 76 512 106 26
Binary 1100000 10001 111000 0 1010010 101010 111110 101001010 1000110 10110

Color Harmonies of #601138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601138

Black with #601138

Text Example


Text Example

White with #601138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601138; }

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

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

background-color css

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

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

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

border-color css

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

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

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