Html Css Color HEX #6E053D Tyrian Purple

📋 copy color: '#6E053D'

red 110 ◦ green 5 ◦ blue 61

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

Shades of Tyrian Purple #6E053D

Tints of Tyrian Purple #6E053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.84%

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

R = 62.5%
G = 2.84%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6E053D (or 0x6E053D) is known color: Tyrian Purple. HEX triplet: 6E, 05 and 3D. RGB value is (110,5,61). Sum of RGB (Red+Green+Blue) = 110+5+61=176 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.5% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 110 - color contains mainly: red. Hex color #6E053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E053D is #91FAC2. Grayscale: #2A2A2A. Windows color (decimal): -9566915 or 3999086. OLE color: 3999086.

HSL color Cylindrical-coordinate representation of color #6E053D: hue angle of 328º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E053D is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 5 61 -
CMYK 0 0.95 0.45 0.57
HSL 328º 0.91% 0.23% -
HSV(B) 328º 0.95% 0.43% -
XYZ 7.33 3.76 4.75 -
YUV 42.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 110 5 61 0 0.95 0.45 0.57 328 0.91 0.23
Hex 6E 5 3D 0 5F 2D 39 148 5B 17
Octal 156 5 75 0 137 55 71 510 133 27
Binary 1101110 101 111101 0 1011111 101101 111001 101001000 1011011 10111

Color Harmonies of #6E053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E053D

Black with #6E053D

Text Example


Text Example

White with #6E053D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,5,61); }

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

background-color css

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

 a { background-color: rgb(110,5,61); }

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

border-color css

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

 span { border-color: rgb(110,5,61); }

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