Html Css Color HEX #600041 Tyrian Purple

📋 copy color: '#600041'

red 96 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #600041

Tints of Tyrian Purple #600041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.63%
G = 0%
B = 40.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#600041 (or 0x600041) is known color: Tyrian Purple. HEX triplet: 60, 00 and 41. RGB value is (96,0,65). Sum of RGB (Red+Green+Blue) = 96+0+65=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #600041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600041 is #9FFFBE. Grayscale: #232323. Windows color (decimal): -10485695 or 4259936. OLE color: 4259936.

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

Color convert

RGB 96 0 65 -
CMYK 0 1 0.32 0.62
HSL 319.38º 1% 0.19% -
HSV(B) 319.38º 1% 0.38% -
XYZ 5.78 2.87 5.25 -
YUV 36.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 96 0 65 0 1 0.32 0.62 319.38 1 0.19
Hex 60 0 41 0 64 20 3E 13F 64 13
Octal 140 0 101 0 144 40 76 477 144 23
Binary 1100000 0 1000001 0 1100100 100000 111110 100111111 1100100 10011

Color Harmonies of #600041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600041

Black with #600041

Text Example


Text Example

White with #600041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600041; }

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

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

background-color css

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

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

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

border-color css

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

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

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