#6F064A

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

Shades of Tyrian Purple #6F064A

Tints of Tyrian Purple #6F064A

Color information

#6F064A (or 0x6F064A) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 06 and 4A. RGB value is (111,6,74). Sum of RGB (Red+Green+Blue) = 111+6+74=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F064A is #90F9B5. Grayscale: #2C2C2C. Windows color (decimal): -9501110 or 4851311. OLE color: 4851311.

HSL color Cylindrical-coordinate representation of color #6F064A: hue angle of 321.14º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F064A is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB111674-
CMYK00.950.330.56
HSL321.14º89.74%22.94%-
HSV(B)321.14º94.59%43.53%-
XYZ7.8646.84-
YUV45.15144.29174.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.12%
GREEN value IS 6 (2.73% from 255) = 3.14%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=58.12%
G=3.14%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11167400.950.330.56321.1489.7422.94
Hex6F64A05F21381415a17
Octal15761120137417050113227
Binary1101111110100101001011111100001111000101000001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,6,74); }

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

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

 a { background-color: rgb(111,6,74); }

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

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

 span { border-color: rgb(111,6,74); }

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