#6F0C54

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

Shades of Tyrian Purple #6F0C54

Tints of Tyrian Purple #6F0C54

Color information

#6F0C54 (or 0x6F0C54) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0C and 54. RGB value is (111,12,84). Sum of RGB (Red+Green+Blue) = 111+12+84=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0C54 is #90F3AB. Grayscale: #313131. Windows color (decimal): -9499564 or 5508207. OLE color: 5508207.

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

Color convert

RGB1111284-
CMYK00.890.240.56
HSL316.36º80.49%24.12%-
HSV(B)316.36º89.19%43.53%-
XYZ8.294.288.78-
YUV49.81147.3171.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.62%
GREEN value IS 12 (5.08% from 255) = 5.80%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=53.62%
G=5.80%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111128400.890.240.56316.3680.4924.12
Hex6FC54059183813c5018
Octal157141240131307047412030
Binary1101111110010101000101100111000111000100111100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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