Html Css Color HEX #6A0B4D Tyrian Purple

📋 copy color: '#6A0B4D'

red 106 ◦ green 11 ◦ blue 77

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

Shades of Tyrian Purple #6A0B4D

Tints of Tyrian Purple #6A0B4D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.67%

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

R = 54.64%
G = 5.67%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6A0B4D (or 0x6A0B4D) is known color: Tyrian Purple. HEX triplet: 6A, 0B and 4D. RGB value is (106,11,77). Sum of RGB (Red+Green+Blue) = 106+11+77=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0B4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0B4D is #95F4B2. Grayscale: #2E2E2E. Windows color (decimal): -9827507 or 5049194. OLE color: 5049194.

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

Color convert

RGB 106 11 77 -
CMYK 0 0.90 0.27 0.58
HSL 318.32º 0.81% 0.23% -
HSV(B) 318.32º 0.9% 0.42% -
XYZ 7.4 3.84 7.37 -
YUV 46.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 106 11 77 0 0.90 0.27 0.58 318.32 0.81 0.23
Hex 6A B 4D 0 5A 1B 3A 13E 51 17
Octal 152 13 115 0 132 33 72 476 121 27
Binary 1101010 1011 1001101 0 1011010 11011 111010 100111110 1010001 10111

Color Harmonies of #6A0B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0B4D

Black with #6A0B4D

Text Example


Text Example

White with #6A0B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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