#661133

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

Shades of Tyrian Purple #661133

Tints of Tyrian Purple #661133

Color information

#661133 (or 0x661133) is unknown color: approx Tyrian Purple. HEX triplet: 66, 11 and 33. RGB value is (102,17,51). Sum of RGB (Red+Green+Blue) = 102+17+51=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #661133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661133 is #99EECC. Grayscale: #2E2E2E. Windows color (decimal): -10088141 or 3346790. OLE color: 3346790.

HSL color Cylindrical-coordinate representation of color #661133: hue angle of 336º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661133 is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB1021751-
CMYK00.830.50.6
HSL336º71.43%23.33%-
HSV(B)336º83.33%40%-
XYZ6.283.463.47-
YUV46.29130.66167.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 51 (20.31% from 255) = 30%
R=60%
G=10%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102175100.830.50.633671.4323.33
Hex661133053323C1504717
Octal14621630123627452010727
Binary11001101000111001101010011110010111100101010000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661133; }

 p { color: rgb(102,17,51); }

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

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

 a { background-color: rgb(102,17,51); }

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

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

 span { border-color: rgb(102,17,51); }

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