Html Css Color HEX #6A032A Tyrian Purple

📋 copy color: '#6A032A'

red 106 ◦ green 3 ◦ blue 42

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

Shades of Tyrian Purple #6A032A

Tints of Tyrian Purple #6A032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.99%

 BLUE value IS 42 (16.8% from 255) = 27.81%

R = 70.2%
G = 1.99%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#6A032A (or 0x6A032A) is known color: Tyrian Purple. HEX triplet: 6A, 03 and 2A. RGB value is (106,3,42). Sum of RGB (Red+Green+Blue) = 106+3+42=151 (20% of max value = 765). Red value is 106 (41.80% from 255 or 70.20% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 106 - color contains mainly: red. Hex color #6A032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A032A is #95FCD5. Grayscale: #262626. Windows color (decimal): -9829590 or 2753386. OLE color: 2753386.

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

Color convert

RGB 106 3 42 -
CMYK 0 0.97 0.60 0.58
HSL 337.28º 0.94% 0.21% -
HSV(B) 337.28º 0.97% 0.42% -
XYZ 6.39 3.3 2.49 -
YUV 38.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 106 3 42 0 0.97 0.60 0.58 337.28 0.94 0.21
Hex 6A 3 2A 0 61 3C 3A 151 5E 15
Octal 152 3 52 0 141 74 72 521 136 25
Binary 1101010 11 101010 0 1100001 111100 111010 101010001 1011110 10101

Color Harmonies of #6A032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A032A

Black with #6A032A

Text Example


Text Example

White with #6A032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,3,42); }

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

background-color css

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

 a { background-color: rgb(106,3,42); }

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

border-color css

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

 span { border-color: rgb(106,3,42); }

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