Html Css Color HEX #600940 Tyrian Purple

📋 copy color: '#600940'

red 96 ◦ green 9 ◦ blue 64

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

Shades of Tyrian Purple #600940

Tints of Tyrian Purple #600940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.33%

 BLUE value IS 64 (25.39% from 255) = 37.87%

R = 56.8%
G = 5.33%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#600940 (or 0x600940) is known color: Tyrian Purple. HEX triplet: 60, 09 and 40. RGB value is (96,9,64). Sum of RGB (Red+Green+Blue) = 96+9+64=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #600940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600940 is #9FF6BF. Grayscale: #292929. Windows color (decimal): -10483392 or 4196704. OLE color: 4196704.

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

Color convert

RGB 96 9 64 -
CMYK 0 0.91 0.33 0.62
HSL 322.07º 0.83% 0.21% -
HSV(B) 322.07º 0.91% 0.38% -
XYZ 5.85 3.05 5.13 -
YUV 41.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 96 9 64 0 0.91 0.33 0.62 322.07 0.83 0.21
Hex 60 9 40 0 5B 21 3E 142 53 15
Octal 140 11 100 0 133 41 76 502 123 25
Binary 1100000 1001 1000000 0 1011011 100001 111110 101000010 1010011 10101

Color Harmonies of #600940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600940

Black with #600940

Text Example


Text Example

White with #600940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600940; }

 p { color: rgb(96,9,64); }

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

background-color css

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

 a { background-color: rgb(96,9,64); }

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

border-color css

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

 span { border-color: rgb(96,9,64); }

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