Html Css Color HEX #6A044A Tyrian Purple

📋 copy color: '#6A044A'

red 106 ◦ green 4 ◦ blue 74

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

Shades of Tyrian Purple #6A044A

Tints of Tyrian Purple #6A044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.17%

 BLUE value IS 74 (29.3% from 255) = 40.22%

R = 57.61%
G = 2.17%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6A044A (or 0x6A044A) is known color: Tyrian Purple. HEX triplet: 6A, 04 and 4A. RGB value is (106,4,74). Sum of RGB (Red+Green+Blue) = 106+4+74=184 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.61% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 106 - color contains mainly: red. Hex color #6A044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A044A is #95FBB5. Grayscale: #2A2A2A. Windows color (decimal): -9829302 or 4850794. OLE color: 4850794.

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

Color convert

RGB 106 4 74 -
CMYK 0 0.96 0.30 0.58
HSL 318.82º 0.93% 0.22% -
HSV(B) 318.82º 0.96% 0.42% -
XYZ 7.22 3.65 6.8 -
YUV 42.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 106 4 74 0 0.96 0.30 0.58 318.82 0.93 0.22
Hex 6A 4 4A 0 60 1E 3A 13F 5D 16
Octal 152 4 112 0 140 36 72 477 135 26
Binary 1101010 100 1001010 0 1100000 11110 111010 100111111 1011101 10110

Color Harmonies of #6A044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A044A

Black with #6A044A

Text Example


Text Example

White with #6A044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,4,74); }

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

background-color css

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

 a { background-color: rgb(106,4,74); }

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

border-color css

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

 span { border-color: rgb(106,4,74); }

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