#660846

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

Shades of Tyrian Purple #660846

Tints of Tyrian Purple #660846

Color information

#660846 (or 0x660846) is unknown color: approx Tyrian Purple. HEX triplet: 66, 08 and 46. RGB value is (102,8,70). Sum of RGB (Red+Green+Blue) = 102+8+70=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #660846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660846 is #99F7B9. Grayscale: #2B2B2B. Windows color (decimal): -10090426 or 4589670. OLE color: 4589670.

HSL color Cylindrical-coordinate representation of color #660846: hue angle of 320.43º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660846 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB102870-
CMYK00.920.310.6
HSL320.43º85.45%21.57%-
HSV(B)320.43º92.16%40%-
XYZ6.673.446.11-
YUV43.17143.14169.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.67%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 70 (27.73% from 255) = 38.89%
R=56.67%
G=4.44%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10287000.920.310.6320.4385.4521.57
Hex6684605C1F3C1405516
Octal146101060134377450012526
Binary1100110100010001100101110011111111100101000000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660846; }

 p { color: rgb(102,8,70); }

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

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

 a { background-color: rgb(102,8,70); }

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

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

 span { border-color: rgb(102,8,70); }

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