Html Css Color HEX #6A062F Tyrian Purple

📋 copy color: '#6A062F'

red 106 ◦ green 6 ◦ blue 47

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

Shades of Tyrian Purple #6A062F

Tints of Tyrian Purple #6A062F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.77%

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

R = 66.67%
G = 3.77%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6A062F (or 0x6A062F) is known color: Tyrian Purple. HEX triplet: 6A, 06 and 2F. RGB value is (106,6,47). Sum of RGB (Red+Green+Blue) = 106+6+47=159 (21% of max value = 765). Red value is 106 (41.80% from 255 or 66.67% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 106 - color contains mainly: red. Hex color #6A062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A062F is #95F9D0. Grayscale: #282828. Windows color (decimal): -9828817 or 3081834. OLE color: 3081834.

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

Color convert

RGB 106 6 47 -
CMYK 0 0.94 0.56 0.58
HSL 335.4º 0.89% 0.22% -
HSV(B) 335.4º 0.94% 0.42% -
XYZ 6.52 3.4 3 -
YUV 40.57 131.63 174.67 -
System Red Green Blue C M Y K H S L
Decimal 106 6 47 0 0.94 0.56 0.58 335.4 0.89 0.22
Hex 6A 6 2F 0 5E 38 3A 14F 59 16
Octal 152 6 57 0 136 70 72 517 131 26
Binary 1101010 110 101111 0 1011110 111000 111010 101001111 1011001 10110

Color Harmonies of #6A062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A062F

Black with #6A062F

Text Example


Text Example

White with #6A062F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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