#6F0841

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

Shades of Tyrian Purple #6F0841

Tints of Tyrian Purple #6F0841

Color information

#6F0841 (or 0x6F0841) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 08 and 41. RGB value is (111,8,65). Sum of RGB (Red+Green+Blue) = 111+8+65=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0841 is #90F7BE. Grayscale: #2D2D2D. Windows color (decimal): -9500607 or 4261999. OLE color: 4261999.

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

Color convert

RGB111865-
CMYK00.930.410.56
HSL326.8º86.55%23.33%-
HSV(B)326.8º92.79%43.53%-
XYZ7.63.935.36-
YUV45.3139.12174.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.33%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=60.33%
G=4.35%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11186500.930.410.56326.886.5523.33
Hex6F84105D29381475717
Octal157101010135517050712727
Binary11011111000100000101011101101001111000101000111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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