Html Css Color HEX #600E40 Tyrian Purple

📋 copy color: '#600E40'

red 96 ◦ green 14 ◦ blue 64

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

Shades of Tyrian Purple #600E40

Tints of Tyrian Purple #600E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.05%

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

R = 55.17%
G = 8.05%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#600E40 (or 0x600E40) is known color: Tyrian Purple. HEX triplet: 60, 0E and 40. RGB value is (96,14,64). Sum of RGB (Red+Green+Blue) = 96+14+64=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #600E40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E40 is #9FF1BF. Grayscale: #2C2C2C. Windows color (decimal): -10482112 or 4197984. OLE color: 4197984.

HSL color Cylindrical-coordinate representation of color #600E40: hue angle of 323.41º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #600E40 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 14 64 -
CMYK 0 0.85 0.33 0.62
HSL 323.41º 0.75% 0.22% -
HSV(B) 323.41º 0.85% 0.38% -
XYZ 5.91 3.17 5.15 -
YUV 44.22 139.17 164.93 -
System Red Green Blue C M Y K H S L
Decimal 96 14 64 0 0.85 0.33 0.62 323.41 0.75 0.22
Hex 60 E 40 0 55 21 3E 143 4B 16
Octal 140 16 100 0 125 41 76 503 113 26
Binary 1100000 1110 1000000 0 1010101 100001 111110 101000011 1001011 10110

Color Harmonies of #600E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E40

Black with #600E40

Text Example


Text Example

White with #600E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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