#6A0F3F

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

Shades of Tyrian Purple #6A0F3F

Tints of Tyrian Purple #6A0F3F

Color information

#6A0F3F (or 0x6A0F3F) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 0F and 3F. RGB value is (106,15,63). Sum of RGB (Red+Green+Blue) = 106+15+63=184 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.61% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0F3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0F3F is #95F0C0. Grayscale: #2F2F2F. Windows color (decimal): -9826497 or 4132714. OLE color: 4132714.

HSL color Cylindrical-coordinate representation of color #6A0F3F: hue angle of 328.35º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A0F3F is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB1061563-
CMYK00.860.410.58
HSL328.35º75.21%23.73%-
HSV(B)328.35º85.85%41.57%-
XYZ7.013.765.06-
YUV47.68136.65169.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.61%
GREEN value IS 15 (6.25% from 255) = 8.15%
BLUE value IS 63 (25% from 255) = 34.24%
R=57.61%
G=8.15%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106156300.860.410.58328.3575.2123.73
Hex6AF3F056293A1484b18
Octal15217770126517251011330
Binary1101010111111111101010110101001111010101001000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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