#6F0145

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

Shades of Tyrian Purple #6F0145

Tints of Tyrian Purple #6F0145

Color information

#6F0145 (or 0x6F0145) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 01 and 45. RGB value is (111,1,69). Sum of RGB (Red+Green+Blue) = 111+1+69=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0145 is #90FEBA. Grayscale: #292929. Windows color (decimal): -9502395 or 4522351. OLE color: 4522351.

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

Color convert

RGB111169-
CMYK00.990.380.56
HSL322.91º98.21%21.96%-
HSV(B)322.91º99.1%43.53%-
XYZ7.643.835.97-
YUV41.64143.44177.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 61.33%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 69 (27.34% from 255) = 38.12%
R=61.33%
G=0.55%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11116900.990.380.56322.9198.2121.96
Hex6F14506326381436216
Octal15711050143467050314226
Binary11011111100010101100011100110111000101000011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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