Html Css Color HEX #6A082F Tyrian Purple

📋 copy color: '#6A082F'

red 106 ◦ green 8 ◦ blue 47

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

Shades of Tyrian Purple #6A082F

Tints of Tyrian Purple #6A082F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.19%

R = 65.84%
G = 4.97%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6A082F (or 0x6A082F) is known color: Tyrian Purple. HEX triplet: 6A, 08 and 2F. RGB value is (106,8,47). Sum of RGB (Red+Green+Blue) = 106+8+47=161 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.84% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 106 - color contains mainly: red. Hex color #6A082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A082F is #95F7D0. Grayscale: #292929. Windows color (decimal): -9828305 or 3082346. OLE color: 3082346.

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

Color convert

RGB 106 8 47 -
CMYK 0 0.92 0.56 0.58
HSL 336.12º 0.86% 0.22% -
HSV(B) 336.12º 0.92% 0.42% -
XYZ 6.54 3.44 3.01 -
YUV 41.75 130.97 173.83 -
System Red Green Blue C M Y K H S L
Decimal 106 8 47 0 0.92 0.56 0.58 336.12 0.86 0.22
Hex 6A 8 2F 0 5C 38 3A 150 56 16
Octal 152 10 57 0 134 70 72 520 126 26
Binary 1101010 1000 101111 0 1011100 111000 111010 101010000 1010110 10110

Color Harmonies of #6A082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A082F

Black with #6A082F

Text Example


Text Example

White with #6A082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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