Html Css Color HEX #6A0E51 Tyrian Purple

📋 copy color: '#6A0E51'

red 106 ◦ green 14 ◦ blue 81

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

Shades of Tyrian Purple #6A0E51

Tints of Tyrian Purple #6A0E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.3%

R = 52.74%
G = 6.97%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6A0E51 (or 0x6A0E51) is known color: Tyrian Purple. HEX triplet: 6A, 0E and 51. RGB value is (106,14,81). Sum of RGB (Red+Green+Blue) = 106+14+81=201 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.74% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0E51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0E51 is #95F1AE. Grayscale: #303030. Windows color (decimal): -9826735 or 5312106. OLE color: 5312106.

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

Color convert

RGB 106 14 81 -
CMYK 0 0.87 0.24 0.58
HSL 316.3º 0.77% 0.24% -
HSV(B) 316.3º 0.87% 0.42% -
XYZ 7.59 3.97 8.15 -
YUV 49.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 106 14 81 0 0.87 0.24 0.58 316.3 0.77 0.24
Hex 6A E 51 0 57 18 3A 13C 4D 18
Octal 152 16 121 0 127 30 72 474 115 30
Binary 1101010 1110 1010001 0 1010111 11000 111010 100111100 1001101 11000

Color Harmonies of #6A0E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0E51

Black with #6A0E51

Text Example


Text Example

White with #6A0E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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