Html Css Color HEX #6A093E Tyrian Purple

📋 copy color: '#6A093E'

red 106 ◦ green 9 ◦ blue 62

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

Shades of Tyrian Purple #6A093E

Tints of Tyrian Purple #6A093E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 59.89%
G = 5.08%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6A093E (or 0x6A093E) is known color: Tyrian Purple. HEX triplet: 6A, 09 and 3E. RGB value is (106,9,62). Sum of RGB (Red+Green+Blue) = 106+9+62=177 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.89% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 106 - color contains mainly: red. Hex color #6A093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A093E is #95F6C1. Grayscale: #2B2B2B. Windows color (decimal): -9828034 or 4065642. OLE color: 4065642.

HSL color Cylindrical-coordinate representation of color #6A093E: hue angle of 327.22º 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 #6A093E is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 9 62 -
CMYK 0 0.92 0.42 0.58
HSL 327.22º 0.84% 0.23% -
HSV(B) 327.22º 0.92% 0.42% -
XYZ 6.91 3.61 4.89 -
YUV 44.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 106 9 62 0 0.92 0.42 0.58 327.22 0.84 0.23
Hex 6A 9 3E 0 5C 2A 3A 147 54 17
Octal 152 11 76 0 134 52 72 507 124 27
Binary 1101010 1001 111110 0 1011100 101010 111010 101000111 1010100 10111

Color Harmonies of #6A093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A093E

Black with #6A093E

Text Example


Text Example

White with #6A093E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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