#6F0243

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

Shades of Tyrian Purple #6F0243

Tints of Tyrian Purple #6F0243

Color information

#6F0243 (or 0x6F0243) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 02 and 43. RGB value is (111,2,67). Sum of RGB (Red+Green+Blue) = 111+2+67=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0243 is #90FDBC. Grayscale: #292929. Windows color (decimal): -9502141 or 4391535. OLE color: 4391535.

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

Color convert

RGB111267-
CMYK00.980.400.56
HSL324.22º96.46%22.16%-
HSV(B)324.22º98.2%43.53%-
XYZ7.593.835.65-
YUV42142.11177.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 61.67%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 67 (26.56% from 255) = 37.22%
R=61.67%
G=1.11%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11126700.980.400.56324.2296.4622.16
Hex6F24306228381446016
Octal15721030142507050414026
Binary110111110100001101100010101000111000101000100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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