#6F0B48

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

Shades of Tyrian Purple #6F0B48

Tints of Tyrian Purple #6F0B48

Color information

#6F0B48 (or 0x6F0B48) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0B and 48. RGB value is (111,11,72). Sum of RGB (Red+Green+Blue) = 111+11+72=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B48 is #90F4B7. Grayscale: #2F2F2F. Windows color (decimal): -9499832 or 4721519. OLE color: 4721519.

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

Color convert

RGB1111172-
CMYK00.900.350.56
HSL323.4º81.97%23.92%-
HSV(B)323.4º90.09%43.53%-
XYZ7.844.096.51-
YUV47.85141.63173.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.22%
GREEN value IS 11 (4.69% from 255) = 5.67%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=57.22%
G=5.67%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111117200.900.350.56323.481.9723.92
Hex6FB4805A23381435218
Octal157131100132437050312230
Binary11011111011100100001011010100011111000101000011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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