#6F0F3B

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

Shades of Tyrian Purple #6F0F3B

Tints of Tyrian Purple #6F0F3B

Color information

#6F0F3B (or 0x6F0F3B) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0F and 3B. RGB value is (111,15,59). Sum of RGB (Red+Green+Blue) = 111+15+59=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0F3B is #90F0C4. Grayscale: #303030. Windows color (decimal): -9498821 or 3870575. OLE color: 3870575.

HSL color Cylindrical-coordinate representation of color #6F0F3B: hue angle of 332.5º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F0F3B is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1111559-
CMYK00.860.470.56
HSL332.5º76.19%24.71%-
HSV(B)332.5º86.49%43.53%-
XYZ7.524.044.52-
YUV48.72133.8172.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60%
GREEN value IS 15 (6.25% from 255) = 8.11%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=60%
G=8.11%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111155900.860.470.56332.576.1924.71
Hex6FF3B0562F3814c4c19
Octal15717730126577051411431
Binary1101111111111101101010110101111111000101001100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,15,59); }

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

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

 a { background-color: rgb(111,15,59); }

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

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

 span { border-color: rgb(111,15,59); }

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