Html Css Color HEX #6E0541 Tyrian Purple

📋 copy color: '#6E0541'

red 110 ◦ green 5 ◦ blue 65

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

Shades of Tyrian Purple #6E0541

Tints of Tyrian Purple #6E0541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 61.11%
G = 2.78%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#6E0541 (or 0x6E0541) is known color: Tyrian Purple. HEX triplet: 6E, 05 and 41. RGB value is (110,5,65). Sum of RGB (Red+Green+Blue) = 110+5+65=180 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.11% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0541 is #91FABE. Grayscale: #2B2B2B. Windows color (decimal): -9566911 or 4261230. OLE color: 4261230.

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

Color convert

RGB 110 5 65 -
CMYK 0 0.95 0.41 0.57
HSL 325.71º 0.91% 0.23% -
HSV(B) 325.71º 0.95% 0.43% -
XYZ 7.44 3.81 5.34 -
YUV 43.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 110 5 65 0 0.95 0.41 0.57 325.71 0.91 0.23
Hex 6E 5 41 0 5F 29 39 146 5B 17
Octal 156 5 101 0 137 51 71 506 133 27
Binary 1101110 101 1000001 0 1011111 101001 111001 101000110 1011011 10111

Color Harmonies of #6E0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0541

Black with #6E0541

Text Example


Text Example

White with #6E0541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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