Html Css Color HEX #6A084A Tyrian Purple

📋 copy color: '#6A084A'

red 106 ◦ green 8 ◦ blue 74

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

Shades of Tyrian Purple #6A084A

Tints of Tyrian Purple #6A084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.26%

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

R = 56.38%
G = 4.26%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6A084A (or 0x6A084A) is known color: Tyrian Purple. HEX triplet: 6A, 08 and 4A. RGB value is (106,8,74). Sum of RGB (Red+Green+Blue) = 106+8+74=188 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.38% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 106 - color contains mainly: red. Hex color #6A084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A084A is #95F7B5. Grayscale: #2C2C2C. Windows color (decimal): -9828278 or 4851818. OLE color: 4851818.

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

Color convert

RGB 106 8 74 -
CMYK 0 0.92 0.30 0.58
HSL 319.59º 0.86% 0.22% -
HSV(B) 319.59º 0.92% 0.42% -
XYZ 7.27 3.73 6.82 -
YUV 44.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 106 8 74 0 0.92 0.30 0.58 319.59 0.86 0.22
Hex 6A 8 4A 0 5C 1E 3A 140 56 16
Octal 152 10 112 0 134 36 72 500 126 26
Binary 1101010 1000 1001010 0 1011100 11110 111010 101000000 1010110 10110

Color Harmonies of #6A084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A084A

Black with #6A084A

Text Example


Text Example

White with #6A084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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