#6F0044

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

Shades of Tyrian Purple #6F0044

Tints of Tyrian Purple #6F0044

Color information

#6F0044 (or 0x6F0044) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 00 and 44. RGB value is (111,0,68). Sum of RGB (Red+Green+Blue) = 111+0+68=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0044 is #90FFBB. Grayscale: #282828. Windows color (decimal): -9502652 or 4456559. OLE color: 4456559.

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

Color convert

RGB111068-
CMYK010.390.56
HSL323.24º100%21.76%-
HSV(B)323.24º100%43.53%-
XYZ7.63.85.8-
YUV40.94143.27177.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 37.99%
R=62.01%
G=0%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111068010.390.56323.2410021.76
Hex6F04406427381436416
Octal15701040144477050314426
Binary11011110100010001100100100111111000101000011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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