#6F014C

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

Shades of Tyrian Purple #6F014C

Tints of Tyrian Purple #6F014C

Color information

#6F014C (or 0x6F014C) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 01 and 4C. RGB value is (111,1,76). Sum of RGB (Red+Green+Blue) = 111+1+76=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F014C is #90FEB3. Grayscale: #2A2A2A. Windows color (decimal): -9502388 or 4981103. OLE color: 4981103.

HSL color Cylindrical-coordinate representation of color #6F014C: hue angle of 319.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F014C is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB111176-
CMYK00.990.320.56
HSL319.09º98.21%21.96%-
HSV(B)319.09º99.1%43.53%-
XYZ7.873.927.18-
YUV42.44146.94176.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.04%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 76 (30.08% from 255) = 40.43%
R=59.04%
G=0.53%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11117600.990.320.56319.0998.2121.96
Hex6F14C063203813f6216
Octal15711140143407047714226
Binary11011111100110001100011100000111000100111111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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