Html Css Color HEX #6E0045 Tyrian Purple

📋 copy color: '#6E0045'

red 110 ◦ green 0 ◦ blue 69

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

Shades of Tyrian Purple #6E0045

Tints of Tyrian Purple #6E0045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 69 (27.34% from 255) = 38.55%

R = 61.45%
G = 0%
B = 38.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#6E0045 (or 0x6E0045) is known color: Tyrian Purple. HEX triplet: 6E, 00 and 45. RGB value is (110,0,69). Sum of RGB (Red+Green+Blue) = 110+0+69=179 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.45% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0045 is #91FFBA. Grayscale: #282828. Windows color (decimal): -9568187 or 4522094. OLE color: 4522094.

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

Color convert

RGB 110 0 69 -
CMYK 0 1 0.37 0.57
HSL 322.36º 1% 0.22% -
HSV(B) 322.36º 1% 0.43% -
XYZ 7.5 3.74 5.96 -
YUV 40.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 110 0 69 0 1 0.37 0.57 322.36 1 0.22
Hex 6E 0 45 0 64 25 39 142 64 16
Octal 156 0 105 0 144 45 71 502 144 26
Binary 1101110 0 1000101 0 1100100 100101 111001 101000010 1100100 10110

Color Harmonies of #6E0045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0045

Black with #6E0045

Text Example


Text Example

White with #6E0045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,0,69); }

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

background-color css

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

 a { background-color: rgb(110,0,69); }

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

border-color css

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

 span { border-color: rgb(110,0,69); }

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