Html Css Color HEX #6E042D Tyrian Purple

📋 copy color: '#6E042D'

red 110 ◦ green 4 ◦ blue 45

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

Shades of Tyrian Purple #6E042D

Tints of Tyrian Purple #6E042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

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

R = 69.18%
G = 2.52%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6E042D (or 0x6E042D) is known color: Tyrian Purple. HEX triplet: 6E, 04 and 2D. RGB value is (110,4,45). Sum of RGB (Red+Green+Blue) = 110+4+45=159 (21% of max value = 765). Red value is 110 (43.36% from 255 or 69.18% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 110 - color contains mainly: red. Hex color #6E042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E042D is #91FBD2. Grayscale: #282828. Windows color (decimal): -9567187 or 2950254. OLE color: 2950254.

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

Color convert

RGB 110 4 45 -
CMYK 0 0.96 0.59 0.57
HSL 336.79º 0.93% 0.22% -
HSV(B) 336.79º 0.96% 0.43% -
XYZ 6.95 3.59 2.81 -
YUV 40.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 110 4 45 0 0.96 0.59 0.57 336.79 0.93 0.22
Hex 6E 4 2D 0 60 3B 39 151 5D 16
Octal 156 4 55 0 140 73 71 521 135 26
Binary 1101110 100 101101 0 1100000 111011 111001 101010001 1011101 10110

Color Harmonies of #6E042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E042D

Black with #6E042D

Text Example


Text Example

White with #6E042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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