#6F0B47

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

Shades of Tyrian Purple #6F0B47

Tints of Tyrian Purple #6F0B47

Color information

#6F0B47 (or 0x6F0B47) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0B and 47. RGB value is (111,11,71). Sum of RGB (Red+Green+Blue) = 111+11+71=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B47 is #90F4B8. Grayscale: #2F2F2F. Windows color (decimal): -9499833 or 4655983. OLE color: 4655983.

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

Color convert

RGB1111171-
CMYK00.900.360.56
HSL324º81.97%23.92%-
HSV(B)324º90.09%43.53%-
XYZ7.814.076.34-
YUV47.74141.13173.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.51%
GREEN value IS 11 (4.69% from 255) = 5.70%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=57.51%
G=5.70%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111117100.900.360.5632481.9723.92
Hex6FB4705A24381445218
Octal157131070132447050412230
Binary11011111011100011101011010100100111000101000100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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