#660138

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

Shades of Tyrian Purple #660138

Tints of Tyrian Purple #660138

Color information

#660138 (or 0x660138) is unknown color: approx Tyrian Purple. HEX triplet: 66, 01 and 38. RGB value is (102,1,56). Sum of RGB (Red+Green+Blue) = 102+1+56=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #660138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660138 is #99FEC7. Grayscale: #252525. Windows color (decimal): -10092232 or 3670374. OLE color: 3670374.

HSL color Cylindrical-coordinate representation of color #660138: hue angle of 327.33º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660138 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB102156-
CMYK00.990.450.6
HSL327.33º98.06%20.2%-
HSV(B)327.33º99.02%40%-
XYZ6.23.134.02-
YUV37.47138.46174.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.15%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=64.15%
G=0.63%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10215600.990.450.6327.3398.0620.2
Hex661380632D3C1476214
Octal1461700143557450714224
Binary1100110111100001100011101101111100101000111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660138; }

 p { color: rgb(102,1,56); }

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

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

 a { background-color: rgb(102,1,56); }

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

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

 span { border-color: rgb(102,1,56); }

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