Html Css Color HEX #6A094D Tyrian Purple

📋 copy color: '#6A094D'

red 106 ◦ green 9 ◦ blue 77

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

Shades of Tyrian Purple #6A094D

Tints of Tyrian Purple #6A094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.69%

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

R = 55.21%
G = 4.69%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6A094D (or 0x6A094D) is known color: Tyrian Purple. HEX triplet: 6A, 09 and 4D. RGB value is (106,9,77). Sum of RGB (Red+Green+Blue) = 106+9+77=192 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.21% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 106 - color contains mainly: red. Hex color #6A094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A094D is #95F6B2. Grayscale: #2D2D2D. Windows color (decimal): -9828019 or 5048682. OLE color: 5048682.

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

Color convert

RGB 106 9 77 -
CMYK 0 0.92 0.27 0.58
HSL 317.94º 0.84% 0.23% -
HSV(B) 317.94º 0.92% 0.42% -
XYZ 7.38 3.8 7.36 -
YUV 45.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 106 9 77 0 0.92 0.27 0.58 317.94 0.84 0.23
Hex 6A 9 4D 0 5C 1B 3A 13E 54 17
Octal 152 11 115 0 134 33 72 476 124 27
Binary 1101010 1001 1001101 0 1011100 11011 111010 100111110 1010100 10111

Color Harmonies of #6A094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A094D

Black with #6A094D

Text Example


Text Example

White with #6A094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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