#6F0842

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

Shades of Tyrian Purple #6F0842

Tints of Tyrian Purple #6F0842

Color information

#6F0842 (or 0x6F0842) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 08 and 42. RGB value is (111,8,66). Sum of RGB (Red+Green+Blue) = 111+8+66=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0842 is #90F7BD. Grayscale: #2D2D2D. Windows color (decimal): -9500606 or 4327535. OLE color: 4327535.

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

Color convert

RGB111866-
CMYK00.930.410.56
HSL326.21º86.55%23.33%-
HSV(B)326.21º92.79%43.53%-
XYZ7.633.955.51-
YUV45.41139.62174.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=60%
G=4.32%
B=35.68%

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
Decimal11186600.930.410.56326.2186.5523.33
Hex6F84205D29381465717
Octal157101020135517050612727
Binary11011111000100001001011101101001111000101000110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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