#6F0C4C

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

Shades of Tyrian Purple #6F0C4C

Tints of Tyrian Purple #6F0C4C

Color information

#6F0C4C (or 0x6F0C4C) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0C and 4C. RGB value is (111,12,76). Sum of RGB (Red+Green+Blue) = 111+12+76=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0C4C is #90F3B3. Grayscale: #303030. Windows color (decimal): -9499572 or 4983919. OLE color: 4983919.

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

Color convert

RGB1111276-
CMYK00.890.320.56
HSL321.21º80.49%24.12%-
HSV(B)321.21º89.19%43.53%-
XYZ7.994.167.22-
YUV48.9143.3172.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 12 (5.08% from 255) = 6.03%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=55.78%
G=6.03%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111127600.890.320.56321.2180.4924.12
Hex6FC4C05920381415018
Octal157141140131407050112030
Binary11011111100100110001011001100000111000101000001101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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