Html Css Color HEX #6E032C Tyrian Purple

📋 copy color: '#6E032C'

red 110 ◦ green 3 ◦ blue 44

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

Shades of Tyrian Purple #6E032C

Tints of Tyrian Purple #6E032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

 BLUE value IS 44 (17.58% from 255) = 28.03%

R = 70.06%
G = 1.91%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.6

 K value IS 0.57

RGB Variations

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

Color information

#6E032C (or 0x6E032C) is known color: Tyrian Purple. HEX triplet: 6E, 03 and 2C. RGB value is (110,3,44). Sum of RGB (Red+Green+Blue) = 110+3+44=157 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.06% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 110 - color contains mainly: red. Hex color #6E032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E032C is #91FCD3. Grayscale: #272727. Windows color (decimal): -9567444 or 2884462. OLE color: 2884462.

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

Color convert

RGB 110 3 44 -
CMYK 0 0.97 0.6 0.57
HSL 337.01º 0.95% 0.22% -
HSV(B) 337.01º 0.97% 0.43% -
XYZ 6.92 3.56 2.71 -
YUV 39.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 110 3 44 0 0.97 0.6 0.57 337.01 0.95 0.22
Hex 6E 3 2C 0 61 3C 39 151 5F 16
Octal 156 3 54 0 141 74 71 521 137 26
Binary 1101110 11 101100 0 1100001 111100 111001 101010001 1011111 10110

Color Harmonies of #6E032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E032C

Black with #6E032C

Text Example


Text Example

White with #6E032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,3,44); }

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

background-color css

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

 a { background-color: rgb(110,3,44); }

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

border-color css

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

 span { border-color: rgb(110,3,44); }

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