#6A083F

Color #6A083F Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #6A083F

Tints of Tyrian Purple #6A083F

Color information

#6A083F (or 0x6A083F) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 08 and 3F. RGB value is (106,8,63). Sum of RGB (Red+Green+Blue) = 106+8+63=177 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.89% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 106 - color contains mainly: red. Hex color #6A083F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A083F is #95F7C0. Grayscale: #2B2B2B. Windows color (decimal): -9828289 or 4130922. OLE color: 4130922.

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

Color convert

RGB106863-
CMYK00.920.410.58
HSL326.33º85.96%22.35%-
HSV(B)326.33º92.45%41.57%-
XYZ6.933.65.03-
YUV43.57138.97172.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 59.89%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 63 (25% from 255) = 35.59%
R=59.89%
G=4.52%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10686300.920.410.58326.3385.9622.35
Hex6A83F05C293A1465616
Octal15210770134517250612626
Binary1101010100011111101011100101001111010101000110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A083F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A083F;
 }
 .AnyTagClassName
 {
   color: #6A083F;
 }
</style>
background-color css

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

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

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

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

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

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