#6F0241

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

Shades of Tyrian Purple #6F0241

Tints of Tyrian Purple #6F0241

Color information

#6F0241 (or 0x6F0241) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 02 and 41. RGB value is (111,2,65). Sum of RGB (Red+Green+Blue) = 111+2+65=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0241 is #90FDBE. Grayscale: #292929. Windows color (decimal): -9502143 or 4260463. OLE color: 4260463.

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

Color convert

RGB111265-
CMYK00.980.410.56
HSL325.32º96.46%22.16%-
HSV(B)325.32º98.2%43.53%-
XYZ7.533.85.34-
YUV41.77141.11177.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.36%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=62.36%
G=1.12%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11126500.980.410.56325.3296.4622.16
Hex6F24106229381456016
Octal15721010142517050514026
Binary110111110100000101100010101001111000101000101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,2,65); }

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

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

 a { background-color: rgb(111,2,65); }

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

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

 span { border-color: rgb(111,2,65); }

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