#6F0B52

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

Shades of Tyrian Purple #6F0B52

Tints of Tyrian Purple #6F0B52

Color information

#6F0B52 (or 0x6F0B52) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0B and 52. RGB value is (111,11,82). Sum of RGB (Red+Green+Blue) = 111+11+82=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0B52 is #90F4AD. Grayscale: #303030. Windows color (decimal): -9499822 or 5376879. OLE color: 5376879.

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

Color convert

RGB1111182-
CMYK00.900.260.56
HSL317.4º81.97%23.92%-
HSV(B)317.4º90.09%43.53%-
XYZ8.24.238.37-
YUV48.99146.63172.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.41%
GREEN value IS 11 (4.69% from 255) = 5.39%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=54.41%
G=5.39%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111118200.900.260.56317.481.9723.92
Hex6FB5205A1A3813d5218
Octal157131220132327047512230
Binary1101111101110100100101101011010111000100111101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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