Html Css Color HEX #6A0851 Tyrian Purple

📋 copy color: '#6A0851'

red 106 ◦ green 8 ◦ blue 81

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

Shades of Tyrian Purple #6A0851

Tints of Tyrian Purple #6A0851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.54%

R = 54.36%
G = 4.1%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6A0851 (or 0x6A0851) is known color: Tyrian Purple. HEX triplet: 6A, 08 and 51. RGB value is (106,8,81). Sum of RGB (Red+Green+Blue) = 106+8+81=195 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.36% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0851 is #95F7AE. Grayscale: #2D2D2D. Windows color (decimal): -9828271 or 5310570. OLE color: 5310570.

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

Color convert

RGB 106 8 81 -
CMYK 0 0.92 0.24 0.58
HSL 315.31º 0.86% 0.22% -
HSV(B) 315.31º 0.92% 0.42% -
XYZ 7.52 3.83 8.13 -
YUV 45.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 106 8 81 0 0.92 0.24 0.58 315.31 0.86 0.22
Hex 6A 8 51 0 5C 18 3A 13B 56 16
Octal 152 10 121 0 134 30 72 473 126 26
Binary 1101010 1000 1010001 0 1011100 11000 111010 100111011 1010110 10110

Color Harmonies of #6A0851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0851

Black with #6A0851

Text Example


Text Example

White with #6A0851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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