Html Css Color HEX #601133 Tyrian Purple

📋 copy color: '#601133'

red 96 ◦ green 17 ◦ blue 51

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

Shades of Tyrian Purple #601133

Tints of Tyrian Purple #601133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 31.1%

R = 58.54%
G = 10.37%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#601133 (or 0x601133) is known color: Tyrian Purple. HEX triplet: 60, 11 and 33. RGB value is (96,17,51). Sum of RGB (Red+Green+Blue) = 96+17+51=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #601133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601133 is #9FEECC. Grayscale: #2C2C2C. Windows color (decimal): -10481357 or 3346784. OLE color: 3346784.

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

Color convert

RGB 96 17 51 -
CMYK 0 0.82 0.47 0.62
HSL 334.18º 0.7% 0.22% -
HSV(B) 334.18º 0.82% 0.38% -
XYZ 5.62 3.13 3.44 -
YUV 44.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 96 17 51 0 0.82 0.47 0.62 334.18 0.7 0.22
Hex 60 11 33 0 52 2F 3E 14E 46 16
Octal 140 21 63 0 122 57 76 516 106 26
Binary 1100000 10001 110011 0 1010010 101111 111110 101001110 1000110 10110

Color Harmonies of #601133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601133

Black with #601133

Text Example


Text Example

White with #601133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601133; }

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

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

background-color css

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

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

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

border-color css

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

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

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