Html Css Color HEX #6E013E Tyrian Purple

📋 copy color: '#6E013E'

red 110 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #6E013E

Tints of Tyrian Purple #6E013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.84%

R = 63.58%
G = 0.58%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6E013E (or 0x6E013E) is known color: Tyrian Purple. HEX triplet: 6E, 01 and 3E. RGB value is (110,1,62). Sum of RGB (Red+Green+Blue) = 110+1+62=173 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.58% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 110 - color contains mainly: red. Hex color #6E013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E013E is #91FEC1. Grayscale: #282828. Windows color (decimal): -9567938 or 4063598. OLE color: 4063598.

HSL color Cylindrical-coordinate representation of color #6E013E: hue angle of 326.42º 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 #6E013E is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 1 62 -
CMYK 0 0.99 0.44 0.57
HSL 326.42º 0.98% 0.22% -
HSV(B) 326.42º 0.99% 0.43% -
XYZ 7.31 3.68 4.88 -
YUV 40.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 110 1 62 0 0.99 0.44 0.57 326.42 0.98 0.22
Hex 6E 1 3E 0 63 2C 39 146 62 16
Octal 156 1 76 0 143 54 71 506 142 26
Binary 1101110 1 111110 0 1100011 101100 111001 101000110 1100010 10110

Color Harmonies of #6E013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E013E

Black with #6E013E

Text Example


Text Example

White with #6E013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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