#6F0242

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

Shades of Tyrian Purple #6F0242

Tints of Tyrian Purple #6F0242

Color information

#6F0242 (or 0x6F0242) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 02 and 42. RGB value is (111,2,66). Sum of RGB (Red+Green+Blue) = 111+2+66=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0242 is #90FDBD. Grayscale: #292929. Windows color (decimal): -9502142 or 4325999. OLE color: 4325999.

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

Color convert

RGB111266-
CMYK00.980.410.56
HSL324.77º96.46%22.16%-
HSV(B)324.77º98.2%43.53%-
XYZ7.563.825.49-
YUV41.89141.61177.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.01%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=62.01%
G=1.12%
B=36.87%

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
Decimal11126600.980.410.56324.7796.4622.16
Hex6F24206229381456016
Octal15721020142517050514026
Binary110111110100001001100010101001111000101000101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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