Html Css Color HEX #6A0E4D Tyrian Purple

📋 copy color: '#6A0E4D'

red 106 ◦ green 14 ◦ blue 77

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

Shades of Tyrian Purple #6A0E4D

Tints of Tyrian Purple #6A0E4D

RGB

 RED value IS 106 (41.8% from 255) = 53.81%

 GREEN value IS 14 (5.86% from 255) = 7.11%

 BLUE value IS 77 (30.47% from 255) = 39.09%

R = 53.81%
G = 7.11%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6A0E4D (or 0x6A0E4D) is known color: Tyrian Purple. HEX triplet: 6A, 0E and 4D. RGB value is (106,14,77). Sum of RGB (Red+Green+Blue) = 106+14+77=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0E4D is #95F1B2. Grayscale: #303030. Windows color (decimal): -9826739 or 5049962. OLE color: 5049962.

HSL color Cylindrical-coordinate representation of color #6A0E4D: hue angle of 318.91º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A0E4D is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 14 77 -
CMYK 0 0.87 0.27 0.58
HSL 318.91º 0.77% 0.24% -
HSV(B) 318.91º 0.87% 0.42% -
XYZ 7.44 3.91 7.38 -
YUV 48.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 106 14 77 0 0.87 0.27 0.58 318.91 0.77 0.24
Hex 6A E 4D 0 57 1B 3A 13F 4D 18
Octal 152 16 115 0 127 33 72 477 115 30
Binary 1101010 1110 1001101 0 1010111 11011 111010 100111111 1001101 11000

Color Harmonies of #6A0E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0E4D

Black with #6A0E4D

Text Example


Text Example

White with #6A0E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,14,77); }

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

background-color css

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

 a { background-color: rgb(106,14,77); }

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

border-color css

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

 span { border-color: rgb(106,14,77); }

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