#6E0445

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

Shades of Tyrian Purple #6E0445

Tints of Tyrian Purple #6E0445

Color information

#6E0445 (or 0x6E0445) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 04 and 45. RGB value is (110,4,69). Sum of RGB (Red+Green+Blue) = 110+4+69=183 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.11% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0445 is #91FBBA. Grayscale: #2A2A2A. Windows color (decimal): -9567163 or 4523118. OLE color: 4523118.

HSL color Cylindrical-coordinate representation of color #6E0445: hue angle of 323.21º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E0445 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB110469-
CMYK00.960.370.57
HSL323.21º92.98%22.35%-
HSV(B)323.21º96.36%43.14%-
XYZ7.553.835.97-
YUV43.1142.62175.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 60.11%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=60.11%
G=2.19%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11046900.960.370.57323.2192.9822.35
Hex6E44506025391435d16
Octal15641050140457150313526
Binary1101110100100010101100000100101111001101000011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,4,69); }

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

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

 a { background-color: rgb(110,4,69); }

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

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

 span { border-color: rgb(110,4,69); }

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