Html Css Color HEX #6A032D Tyrian Purple

📋 copy color: '#6A032D'

red 106 ◦ green 3 ◦ blue 45

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

Shades of Tyrian Purple #6A032D

Tints of Tyrian Purple #6A032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.22%

R = 68.83%
G = 1.95%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6A032D (or 0x6A032D) is known color: Tyrian Purple. HEX triplet: 6A, 03 and 2D. RGB value is (106,3,45). Sum of RGB (Red+Green+Blue) = 106+3+45=154 (20% of max value = 765). Red value is 106 (41.80% from 255 or 68.83% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 106 - color contains mainly: red. Hex color #6A032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A032D is #95FCD2. Grayscale: #262626. Windows color (decimal): -9829587 or 2949994. OLE color: 2949994.

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

Color convert

RGB 106 3 45 -
CMYK 0 0.97 0.58 0.58
HSL 335.53º 0.94% 0.21% -
HSV(B) 335.53º 0.97% 0.42% -
XYZ 6.45 3.32 2.78 -
YUV 38.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 106 3 45 0 0.97 0.58 0.58 335.53 0.94 0.21
Hex 6A 3 2D 0 61 3A 3A 150 5E 15
Octal 152 3 55 0 141 72 72 520 136 25
Binary 1101010 11 101101 0 1100001 111010 111010 101010000 1011110 10101

Color Harmonies of #6A032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A032D

Black with #6A032D

Text Example


Text Example

White with #6A032D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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