Html Css Color HEX #6A014E Tyrian Purple

📋 copy color: '#6A014E'

red 106 ◦ green 1 ◦ blue 78

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

Shades of Tyrian Purple #6A014E

Tints of Tyrian Purple #6A014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 78 (30.86% from 255) = 42.16%

R = 57.3%
G = 0.54%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#6A014E (or 0x6A014E) is known color: Tyrian Purple. HEX triplet: 6A, 01 and 4E. RGB value is (106,1,78). Sum of RGB (Red+Green+Blue) = 106+1+78=185 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.30% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 106 - color contains mainly: red. Hex color #6A014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A014E is #95FEB1. Grayscale: #282828. Windows color (decimal): -9830066 or 5112170. OLE color: 5112170.

HSL color Cylindrical-coordinate representation of color #6A014E: hue angle of 316º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A014E is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 1 78 -
CMYK 0 0.99 0.26 0.58
HSL 316º 0.98% 0.21% -
HSV(B) 316º 0.99% 0.42% -
XYZ 7.33 3.64 7.52 -
YUV 41.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 106 1 78 0 0.99 0.26 0.58 316 0.98 0.21
Hex 6A 1 4E 0 63 1A 3A 13C 62 15
Octal 152 1 116 0 143 32 72 474 142 25
Binary 1101010 1 1001110 0 1100011 11010 111010 100111100 1100010 10101

Color Harmonies of #6A014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A014E

Black with #6A014E

Text Example


Text Example

White with #6A014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,1,78); }

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

background-color css

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

 a { background-color: rgb(106,1,78); }

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

border-color css

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

 span { border-color: rgb(106,1,78); }

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