#6E0434

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

Shades of Tyrian Purple #6E0434

Tints of Tyrian Purple #6E0434

Color information

#6E0434 (or 0x6E0434) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 04 and 34. RGB value is (110,4,52). Sum of RGB (Red+Green+Blue) = 110+4+52=166 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.27% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0434 is #91FBCB. Grayscale: #292929. Windows color (decimal): -9567180 or 3409006. OLE color: 3409006.

HSL color Cylindrical-coordinate representation of color #6E0434: hue angle of 332.83º 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 #6E0434 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.57.

Color convert

RGB110452-
CMYK00.960.530.57
HSL332.83º92.98%22.35%-
HSV(B)332.83º96.36%43.14%-
XYZ7.093.653.58-
YUV41.17134.12177.1-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 66.27%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=66.27%
G=2.41%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11045200.960.530.57332.8392.9822.35
Hex6E434060353914d5d16
Octal1564640140657151513526
Binary110111010011010001100000110101111001101001101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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