Html Css Color HEX #601242 Tyrian Purple

📋 copy color: '#601242'

red 96 ◦ green 18 ◦ blue 66

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

Shades of Tyrian Purple #601242

Tints of Tyrian Purple #601242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 53.33%
G = 10%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#601242 (or 0x601242) is known color: Tyrian Purple. HEX triplet: 60, 12 and 42. RGB value is (96,18,66). Sum of RGB (Red+Green+Blue) = 96+18+66=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #601242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601242 is #9FEDBD. Grayscale: #2E2E2E. Windows color (decimal): -10481086 or 4330080. OLE color: 4330080.

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

Color convert

RGB 96 18 66 -
CMYK 0 0.81 0.31 0.62
HSL 323.08º 0.68% 0.22% -
HSV(B) 323.08º 0.81% 0.38% -
XYZ 6.02 3.31 5.48 -
YUV 46.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 96 18 66 0 0.81 0.31 0.62 323.08 0.68 0.22
Hex 60 12 42 0 51 1F 3E 143 44 16
Octal 140 22 102 0 121 37 76 503 104 26
Binary 1100000 10010 1000010 0 1010001 11111 111110 101000011 1000100 10110

Color Harmonies of #601242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601242

Black with #601242

Text Example


Text Example

White with #601242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601242; }

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

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

background-color css

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

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

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

border-color css

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

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

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