Html Css Color HEX #6A004D Tyrian Purple

📋 copy color: '#6A004D'

red 106 ◦ green 0 ◦ blue 77

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

Shades of Tyrian Purple #6A004D

Tints of Tyrian Purple #6A004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.92%
G = 0%
B = 42.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6A004D (or 0x6A004D) is known color: Tyrian Purple. HEX triplet: 6A, 00 and 4D. RGB value is (106,0,77). Sum of RGB (Red+Green+Blue) = 106+0+77=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A004D is #95FFB2. Grayscale: #282828. Windows color (decimal): -9830323 or 5046378. OLE color: 5046378.

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

Color convert

RGB 106 0 77 -
CMYK 0 1 0.27 0.58
HSL 316.42º 1% 0.21% -
HSV(B) 316.42º 1% 0.42% -
XYZ 7.28 3.6 7.33 -
YUV 40.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 106 0 77 0 1 0.27 0.58 316.42 1 0.21
Hex 6A 0 4D 0 64 1B 3A 13C 64 15
Octal 152 0 115 0 144 33 72 474 144 25
Binary 1101010 0 1001101 0 1100100 11011 111010 100111100 1100100 10101

Color Harmonies of #6A004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A004D

Black with #6A004D

Text Example


Text Example

White with #6A004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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