#660356

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

Shades of Tyrian Purple #660356

Tints of Tyrian Purple #660356

Color information

#660356 (or 0x660356) is unknown color: approx Tyrian Purple. HEX triplet: 66, 03 and 56. RGB value is (102,3,86). Sum of RGB (Red+Green+Blue) = 102+3+86=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #660356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660356 is #99FCA9. Grayscale: #292929. Windows color (decimal): -10091690 or 5636966. OLE color: 5636966.

HSL color Cylindrical-coordinate representation of color #660356: hue angle of 309.7º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660356 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB102386-
CMYK00.970.160.6
HSL309.7º94.29%20.59%-
HSV(B)309.7º97.06%40%-
XYZ7.193.569.11-
YUV42.06152.8170.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.40%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=53.40%
G=1.57%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10238600.970.160.6309.794.2920.59
Hex66356061103C1365e15
Octal14631260141207446613625
Binary11001101110101100110000110000111100100110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660356; }

 p { color: rgb(102,3,86); }

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

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

 a { background-color: rgb(102,3,86); }

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

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

 span { border-color: rgb(102,3,86); }

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