Html Css Color HEX #6E0354 Tyrian Purple

📋 copy color: '#6E0354'

red 110 ◦ green 3 ◦ blue 84

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

Shades of Tyrian Purple #6E0354

Tints of Tyrian Purple #6E0354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.64%

R = 55.84%
G = 1.52%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#6E0354 (or 0x6E0354) is known color: Tyrian Purple. HEX triplet: 6E, 03 and 54. RGB value is (110,3,84). Sum of RGB (Red+Green+Blue) = 110+3+84=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0354 is #91FCAB. Grayscale: #2C2C2C. Windows color (decimal): -9567404 or 5505902. OLE color: 5505902.

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

Color convert

RGB 110 3 84 -
CMYK 0 0.97 0.24 0.57
HSL 314.58º 0.95% 0.22% -
HSV(B) 314.58º 0.97% 0.43% -
XYZ 8.06 4.02 8.74 -
YUV 44.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 110 3 84 0 0.97 0.24 0.57 314.58 0.95 0.22
Hex 6E 3 54 0 61 18 39 13B 5F 16
Octal 156 3 124 0 141 30 71 473 137 26
Binary 1101110 11 1010100 0 1100001 11000 111001 100111011 1011111 10110

Color Harmonies of #6E0354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0354

Black with #6E0354

Text Example


Text Example

White with #6E0354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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