#6F0B46

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

Shades of Tyrian Purple #6F0B46

Tints of Tyrian Purple #6F0B46

Color information

#6F0B46 (or 0x6F0B46) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0B and 46. RGB value is (111,11,70). Sum of RGB (Red+Green+Blue) = 111+11+70=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B46 is #90F4B9. Grayscale: #2F2F2F. Windows color (decimal): -9499834 or 4590447. OLE color: 4590447.

HSL color Cylindrical-coordinate representation of color #6F0B46: hue angle of 324.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B46 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1111170-
CMYK00.900.370.56
HSL324.6º81.97%23.92%-
HSV(B)324.6º90.09%43.53%-
XYZ7.784.066.17-
YUV47.63140.63173.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.81%
GREEN value IS 11 (4.69% from 255) = 5.73%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=57.81%
G=5.73%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111117000.900.370.56324.681.9723.92
Hex6FB4605A25381455218
Octal157131060132457050512230
Binary11011111011100011001011010100101111000101000101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,11,70); }

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

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

 a { background-color: rgb(111,11,70); }

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

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

 span { border-color: rgb(111,11,70); }

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