#6F0836

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

Shades of Tyrian Purple #6F0836

Tints of Tyrian Purple #6F0836

Color information

#6F0836 (or 0x6F0836) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 08 and 36. RGB value is (111,8,54). Sum of RGB (Red+Green+Blue) = 111+8+54=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0836 is #90F7C9. Grayscale: #2B2B2B. Windows color (decimal): -9500618 or 3541103. OLE color: 3541103.

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

Color convert

RGB111854-
CMYK00.930.510.56
HSL333.2º86.55%23.33%-
HSV(B)333.2º92.79%43.53%-
XYZ7.313.823.84-
YUV44.04133.62175.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.16%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 54 (21.48% from 255) = 31.21%
R=64.16%
G=4.62%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11185400.930.510.56333.286.5523.33
Hex6F83605D333814d5717
Octal15710660135637051512727
Binary1101111100011011001011101110011111000101001101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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