Html Css Color HEX #601236 Tyrian Purple

📋 copy color: '#601236'

red 96 ◦ green 18 ◦ blue 54

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

Shades of Tyrian Purple #601236

Tints of Tyrian Purple #601236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 32.14%

R = 57.14%
G = 10.71%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#601236 (or 0x601236) is known color: Tyrian Purple. HEX triplet: 60, 12 and 36. RGB value is (96,18,54). Sum of RGB (Red+Green+Blue) = 96+18+54=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #601236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601236 is #9FEDC9. Grayscale: #2D2D2D. Windows color (decimal): -10481098 or 3543648. OLE color: 3543648.

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

Color convert

RGB 96 18 54 -
CMYK 0 0.81 0.44 0.62
HSL 332.31º 0.68% 0.22% -
HSV(B) 332.31º 0.81% 0.38% -
XYZ 5.71 3.19 3.8 -
YUV 45.43 132.84 164.07 -
System Red Green Blue C M Y K H S L
Decimal 96 18 54 0 0.81 0.44 0.62 332.31 0.68 0.22
Hex 60 12 36 0 51 2C 3E 14C 44 16
Octal 140 22 66 0 121 54 76 514 104 26
Binary 1100000 10010 110110 0 1010001 101100 111110 101001100 1000100 10110

Color Harmonies of #601236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601236

Black with #601236

Text Example


Text Example

White with #601236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601236; }

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

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

background-color css

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

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

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

border-color css

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

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

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