Html Css Color HEX #601041 Tyrian Purple

📋 copy color: '#601041'

red 96 ◦ green 16 ◦ blue 65

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

Shades of Tyrian Purple #601041

Tints of Tyrian Purple #601041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.04%

 BLUE value IS 65 (25.78% from 255) = 36.72%

R = 54.24%
G = 9.04%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#601041 (or 0x601041) is known color: Tyrian Purple. HEX triplet: 60, 10 and 41. RGB value is (96,16,65). Sum of RGB (Red+Green+Blue) = 96+16+65=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #601041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601041 is #9FEFBE. Grayscale: #2D2D2D. Windows color (decimal): -10481599 or 4264032. OLE color: 4264032.

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

Color convert

RGB 96 16 65 -
CMYK 0 0.83 0.32 0.62
HSL 323.25º 0.71% 0.22% -
HSV(B) 323.25º 0.83% 0.38% -
XYZ 5.96 3.24 5.31 -
YUV 45.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 96 16 65 0 0.83 0.32 0.62 323.25 0.71 0.22
Hex 60 10 41 0 53 20 3E 143 47 16
Octal 140 20 101 0 123 40 76 503 107 26
Binary 1100000 10000 1000001 0 1010011 100000 111110 101000011 1000111 10110

Color Harmonies of #601041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601041

Black with #601041

Text Example


Text Example

White with #601041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601041; }

 p { color: rgb(96,16,65); }

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

background-color css

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

 a { background-color: rgb(96,16,65); }

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

border-color css

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

 span { border-color: rgb(96,16,65); }

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