#6F0140

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

Shades of Tyrian Purple #6F0140

Tints of Tyrian Purple #6F0140

Color information

#6F0140 (or 0x6F0140) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 01 and 40. RGB value is (111,1,64). Sum of RGB (Red+Green+Blue) = 111+1+64=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0140 is #90FEBF. Grayscale: #282828. Windows color (decimal): -9502400 or 4194671. OLE color: 4194671.

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

Color convert

RGB111164-
CMYK00.990.420.56
HSL325.64º98.21%21.96%-
HSV(B)325.64º99.1%43.53%-
XYZ7.493.775.18-
YUV41.07140.94177.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.07%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=63.07%
G=0.57%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11116400.990.420.56325.6498.2121.96
Hex6F1400632A381466216
Octal15711000143527050614226
Binary11011111100000001100011101010111000101000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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