#6F043E

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

Shades of Tyrian Purple #6F043E

Tints of Tyrian Purple #6F043E

Color information

#6F043E (or 0x6F043E) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 04 and 3E. RGB value is (111,4,62). Sum of RGB (Red+Green+Blue) = 111+4+62=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F043E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F043E is #90FBC1. Grayscale: #2A2A2A. Windows color (decimal): -9501634 or 4064367. OLE color: 4064367.

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

Color convert

RGB111462-
CMYK00.960.440.56
HSL327.48º93.04%22.55%-
HSV(B)327.48º96.4%43.53%-
XYZ7.473.814.9-
YUV42.6138.95176.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.71%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=62.71%
G=2.26%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11146200.960.440.56327.4893.0422.55
Hex6F43E0602C381475d17
Octal1574760140547050713527
Binary110111110011111001100000101100111000101000111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F043E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,4,62); }

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

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

 a { background-color: rgb(111,4,62); }

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

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

 span { border-color: rgb(111,4,62); }

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