Html Css Color HEX #6E002D Tyrian Purple

📋 copy color: '#6E002D'

red 110 ◦ green 0 ◦ blue 45

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

Shades of Tyrian Purple #6E002D

Tints of Tyrian Purple #6E002D

RGB

 RED value IS 110 (43.36% from 255) = 70.97%

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

 BLUE value IS 45 (17.97% from 255) = 29.03%

R = 70.97%
G = 0%
B = 29.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6E002D (or 0x6E002D) is known color: Tyrian Purple. HEX triplet: 6E, 00 and 2D. RGB value is (110,0,45). Sum of RGB (Red+Green+Blue) = 110+0+45=155 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.97% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 110 - color contains mainly: red. Hex color #6E002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E002D is #91FFD2. Grayscale: #252525. Windows color (decimal): -9568211 or 2949230. OLE color: 2949230.

HSL color Cylindrical-coordinate representation of color #6E002D: hue angle of 335.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E002D is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 0 45 -
CMYK 0 1 0.59 0.57
HSL 335.45º 1% 0.22% -
HSV(B) 335.45º 1% 0.43% -
XYZ 6.9 3.5 2.8 -
YUV 38.02 131.94 179.34 -
System Red Green Blue C M Y K H S L
Decimal 110 0 45 0 1 0.59 0.57 335.45 1 0.22
Hex 6E 0 2D 0 64 3B 39 14F 64 16
Octal 156 0 55 0 144 73 71 517 144 26
Binary 1101110 0 101101 0 1100100 111011 111001 101001111 1100100 10110

Color Harmonies of #6E002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E002D

Black with #6E002D

Text Example


Text Example

White with #6E002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E002D; }

 p { color: rgb(110,0,45); }

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

background-color css

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

 a { background-color: rgb(110,0,45); }

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

border-color css

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

 span { border-color: rgb(110,0,45); }

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