Html Css Color HEX #6E012C Tyrian Purple

📋 copy color: '#6E012C'

red 110 ◦ green 1 ◦ blue 44

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

Shades of Tyrian Purple #6E012C

Tints of Tyrian Purple #6E012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 70.97%
G = 0.65%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.6

 K value IS 0.57

RGB Variations

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

Color information

#6E012C (or 0x6E012C) is known color: Tyrian Purple. HEX triplet: 6E, 01 and 2C. RGB value is (110,1,44). Sum of RGB (Red+Green+Blue) = 110+1+44=155 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.97% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 110 - color contains mainly: red. Hex color #6E012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E012C is #91FED3. Grayscale: #262626. Windows color (decimal): -9567956 or 2883950. OLE color: 2883950.

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

Color convert

RGB 110 1 44 -
CMYK 0 0.99 0.6 0.57
HSL 336.33º 0.98% 0.22% -
HSV(B) 336.33º 0.99% 0.43% -
XYZ 6.9 3.52 2.7 -
YUV 38.49 131.11 179 -
System Red Green Blue C M Y K H S L
Decimal 110 1 44 0 0.99 0.6 0.57 336.33 0.98 0.22
Hex 6E 1 2C 0 63 3C 39 150 62 16
Octal 156 1 54 0 143 74 71 520 142 26
Binary 1101110 1 101100 0 1100011 111100 111001 101010000 1100010 10110

Color Harmonies of #6E012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E012C

Black with #6E012C

Text Example


Text Example

White with #6E012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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