#660438

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

Shades of Tyrian Purple #660438

Tints of Tyrian Purple #660438

Color information

#660438 (or 0x660438) is unknown color: approx Tyrian Purple. HEX triplet: 66, 04 and 38. RGB value is (102,4,56). Sum of RGB (Red+Green+Blue) = 102+4+56=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #660438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660438 is #99FBC7. Grayscale: #272727. Windows color (decimal): -10091464 or 3671142. OLE color: 3671142.

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

Color convert

RGB102456-
CMYK00.960.450.6
HSL328.16º92.45%20.78%-
HSV(B)328.16º96.08%40%-
XYZ6.243.24.03-
YUV39.23137.47172.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.96%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=62.96%
G=2.47%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10245600.960.450.6328.1692.4520.78
Hex664380602D3C1485c15
Octal1464700140557451013425
Binary110011010011100001100000101101111100101001000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660438; }

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

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

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

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

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

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

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

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