Html Css Color HEX #600E3D Tyrian Purple

📋 copy color: '#600E3D'

red 96 ◦ green 14 ◦ blue 61

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

Shades of Tyrian Purple #600E3D

Tints of Tyrian Purple #600E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.67%

R = 56.14%
G = 8.19%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#600E3D (or 0x600E3D) is known color: Tyrian Purple. HEX triplet: 60, 0E and 3D. RGB value is (96,14,61). Sum of RGB (Red+Green+Blue) = 96+14+61=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #600E3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E3D is #9FF1C2. Grayscale: #2B2B2B. Windows color (decimal): -10482115 or 4001376. OLE color: 4001376.

HSL color Cylindrical-coordinate representation of color #600E3D: hue angle of 325.61º 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 #600E3D is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 14 61 -
CMYK 0 0.85 0.36 0.62
HSL 325.61º 0.75% 0.22% -
HSV(B) 325.61º 0.85% 0.38% -
XYZ 5.82 3.14 4.71 -
YUV 43.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 96 14 61 0 0.85 0.36 0.62 325.61 0.75 0.22
Hex 60 E 3D 0 55 24 3E 146 4B 16
Octal 140 16 75 0 125 44 76 506 113 26
Binary 1100000 1110 111101 0 1010101 100100 111110 101000110 1001011 10110

Color Harmonies of #600E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E3D

Black with #600E3D

Text Example


Text Example

White with #600E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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