#6E0134

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

Shades of Tyrian Purple #6E0134

Tints of Tyrian Purple #6E0134

Color information

#6E0134 (or 0x6E0134) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 01 and 34. RGB value is (110,1,52). Sum of RGB (Red+Green+Blue) = 110+1+52=163 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.48% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0134 is #91FECB. Grayscale: #272727. Windows color (decimal): -9567948 or 3408238. OLE color: 3408238.

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

Color convert

RGB110152-
CMYK00.990.530.57
HSL331.93º98.2%21.76%-
HSV(B)331.93º99.09%43.14%-
XYZ7.063.583.57-
YUV39.4135.11178.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 67.48%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 52 (20.70% from 255) = 31.90%
R=67.48%
G=0.61%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11015200.990.530.57331.9398.221.76
Hex6E134063353914c6216
Octal1561640143657151414226
Binary1101110111010001100011110101111001101001100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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