#6F0444

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

Shades of Tyrian Purple #6F0444

Tints of Tyrian Purple #6F0444

Color information

#6F0444 (or 0x6F0444) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 04 and 44. RGB value is (111,4,68). Sum of RGB (Red+Green+Blue) = 111+4+68=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0444 is #90FBBB. Grayscale: #2B2B2B. Windows color (decimal): -9501628 or 4457583. OLE color: 4457583.

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

Color convert

RGB111468-
CMYK00.960.390.56
HSL324.11º93.04%22.55%-
HSV(B)324.11º96.4%43.53%-
XYZ7.643.885.82-
YUV43.29141.95176.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.66%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=60.66%
G=2.19%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11146800.960.390.56324.1193.0422.55
Hex6F44406027381445d17
Octal15741040140477050413527
Binary1101111100100010001100000100111111000101000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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