#660332

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

Shades of Tyrian Purple #660332

Tints of Tyrian Purple #660332

Color information

#660332 (or 0x660332) is unknown color: approx Tyrian Purple. HEX triplet: 66, 03 and 32. RGB value is (102,3,50). Sum of RGB (Red+Green+Blue) = 102+3+50=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #660332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660332 is #99FCCD. Grayscale: #252525. Windows color (decimal): -10091726 or 3277670. OLE color: 3277670.

HSL color Cylindrical-coordinate representation of color #660332: hue angle of 331.52º 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 #660332 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB102350-
CMYK00.970.510.6
HSL331.52º94.29%20.59%-
HSV(B)331.52º97.06%40%-
XYZ6.093.123.3-
YUV37.96134.8173.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.81%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=65.81%
G=1.94%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10235000.970.510.6331.5294.2920.59
Hex66332061333C14c5e15
Octal1463620141637451413625
Binary11001101111001001100001110011111100101001100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660332; }

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

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

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

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

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

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

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

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