#660D38

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

Shades of Tyrian Purple #660D38

Tints of Tyrian Purple #660D38

Color information

#660D38 (or 0x660D38) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0D and 38. RGB value is (102,13,56). Sum of RGB (Red+Green+Blue) = 102+13+56=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #660D38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D38 is #99F2C7. Grayscale: #2C2C2C. Windows color (decimal): -10089160 or 3673446. OLE color: 3673446.

HSL color Cylindrical-coordinate representation of color #660D38: hue angle of 331.01º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D38 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB1021356-
CMYK00.870.450.6
HSL331.01º77.39%22.55%-
HSV(B)331.01º87.25%40%-
XYZ6.343.44.06-
YUV44.51134.49169-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.65%
GREEN value IS 13 (5.47% from 255) = 7.60%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=59.65%
G=7.60%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102135600.870.450.6331.0177.3922.55
Hex66D380572D3C14b4d17
Octal14615700127557451311527
Binary1100110110111100001010111101101111100101001011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660D38; }

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

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

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

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

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

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

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

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