#6F0844

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

Shades of Tyrian Purple #6F0844

Tints of Tyrian Purple #6F0844

Color information

#6F0844 (or 0x6F0844) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 08 and 44. RGB value is (111,8,68). Sum of RGB (Red+Green+Blue) = 111+8+68=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0844 is #90F7BB. Grayscale: #2D2D2D. Windows color (decimal): -9500604 or 4458607. OLE color: 4458607.

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

Color convert

RGB111868-
CMYK00.930.390.56
HSL325.05º86.55%23.33%-
HSV(B)325.05º92.79%43.53%-
XYZ7.693.975.83-
YUV45.64140.62174.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.36%
GREEN value IS 8 (3.52% from 255) = 4.28%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=59.36%
G=4.28%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11186800.930.390.56325.0586.5523.33
Hex6F84405D27381455717
Octal157101040135477050512727
Binary11011111000100010001011101100111111000101000101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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