#6F0C49

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

Shades of Tyrian Purple #6F0C49

Tints of Tyrian Purple #6F0C49

Color information

#6F0C49 (or 0x6F0C49) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0C and 49. RGB value is (111,12,73). Sum of RGB (Red+Green+Blue) = 111+12+73=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0C49 is #90F3B6. Grayscale: #303030. Windows color (decimal): -9499575 or 4787311. OLE color: 4787311.

HSL color Cylindrical-coordinate representation of color #6F0C49: hue angle of 323.03º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C49 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1111273-
CMYK00.890.340.56
HSL323.03º80.49%24.12%-
HSV(B)323.03º89.19%43.53%-
XYZ7.894.126.68-
YUV48.56141.8172.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.63%
GREEN value IS 12 (5.08% from 255) = 6.12%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=56.63%
G=6.12%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111127300.890.340.56323.0380.4924.12
Hex6FC4905922381435018
Octal157141110131427050312030
Binary11011111100100100101011001100010111000101000011101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,12,73); }

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

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

 a { background-color: rgb(111,12,73); }

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

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

 span { border-color: rgb(111,12,73); }

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