#6E0332

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

Shades of Tyrian Purple #6E0332

Tints of Tyrian Purple #6E0332

Color information

#6E0332 (or 0x6E0332) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 03 and 32. RGB value is (110,3,50). Sum of RGB (Red+Green+Blue) = 110+3+50=163 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.48% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0332 is #91FCCD. Grayscale: #282828. Windows color (decimal): -9567438 or 3277678. OLE color: 3277678.

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

Color convert

RGB110350-
CMYK00.970.550.57
HSL333.64º94.69%22.16%-
HSV(B)333.64º97.27%43.14%-
XYZ7.043.613.34-
YUV40.35133.45177.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 67.48%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=67.48%
G=1.84%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11035000.970.550.57333.6494.6922.16
Hex6E332061373914e5f16
Octal1563620141677151613726
Binary11011101111001001100001110111111001101001110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,3,50); }

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

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

 a { background-color: rgb(110,3,50); }

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

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

 span { border-color: rgb(110,3,50); }

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