Html Css Color HEX #6A0547 Tyrian Purple

📋 copy color: '#6A0547'

red 106 ◦ green 5 ◦ blue 71

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

Shades of Tyrian Purple #6A0547

Tints of Tyrian Purple #6A0547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.01%

R = 58.24%
G = 2.75%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6A0547 (or 0x6A0547) is known color: Tyrian Purple. HEX triplet: 6A, 05 and 47. RGB value is (106,5,71). Sum of RGB (Red+Green+Blue) = 106+5+71=182 (24% of max value = 765). Red value is 106 (41.80% from 255 or 58.24% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0547 is #95FAB8. Grayscale: #2A2A2A. Windows color (decimal): -9829049 or 4654442. OLE color: 4654442.

HSL color Cylindrical-coordinate representation of color #6A0547: hue angle of 320.79º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0547 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 5 71 -
CMYK 0 0.95 0.33 0.58
HSL 320.79º 0.91% 0.22% -
HSV(B) 320.79º 0.95% 0.42% -
XYZ 7.14 3.63 6.29 -
YUV 42.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 106 5 71 0 0.95 0.33 0.58 320.79 0.91 0.22
Hex 6A 5 47 0 5F 21 3A 141 5B 16
Octal 152 5 107 0 137 41 72 501 133 26
Binary 1101010 101 1000111 0 1011111 100001 111010 101000001 1011011 10110

Color Harmonies of #6A0547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0547

Black with #6A0547

Text Example


Text Example

White with #6A0547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,5,71); }

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

background-color css

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

 a { background-color: rgb(106,5,71); }

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

border-color css

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

 span { border-color: rgb(106,5,71); }

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