Html Css Color HEX #6A0229 Tyrian Purple

📋 copy color: '#6A0229'

red 106 ◦ green 2 ◦ blue 41

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

Shades of Tyrian Purple #6A0229

Tints of Tyrian Purple #6A0229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.34%

 BLUE value IS 41 (16.41% from 255) = 27.52%

R = 71.14%
G = 1.34%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6A0229 (or 0x6A0229) is known color: Tyrian Purple. HEX triplet: 6A, 02 and 29. RGB value is (106,2,41). Sum of RGB (Red+Green+Blue) = 106+2+41=149 (19% of max value = 765). Red value is 106 (41.80% from 255 or 71.14% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0229 is #95FDD6. Grayscale: #252525. Windows color (decimal): -9829847 or 2687594. OLE color: 2687594.

HSL color Cylindrical-coordinate representation of color #6A0229: hue angle of 337.5º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A0229 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 2 41 -
CMYK 0 0.98 0.61 0.58
HSL 337.5º 0.96% 0.21% -
HSV(B) 337.5º 0.98% 0.42% -
XYZ 6.37 3.27 2.39 -
YUV 37.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 106 2 41 0 0.98 0.61 0.58 337.5 0.96 0.21
Hex 6A 2 29 0 62 3D 3A 152 60 15
Octal 152 2 51 0 142 75 72 522 140 25
Binary 1101010 10 101001 0 1100010 111101 111010 101010010 1100000 10101

Color Harmonies of #6A0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0229

Black with #6A0229

Text Example


Text Example

White with #6A0229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,2,41); }

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

background-color css

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

 a { background-color: rgb(106,2,41); }

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

border-color css

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

 span { border-color: rgb(106,2,41); }

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