#660948

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

Shades of Tyrian Purple #660948

Tints of Tyrian Purple #660948

Color information

#660948 (or 0x660948) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 48. RGB value is (102,9,72). Sum of RGB (Red+Green+Blue) = 102+9+72=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #660948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660948 is #99F6B7. Grayscale: #2B2B2B. Windows color (decimal): -10090168 or 4720998. OLE color: 4720998.

HSL color Cylindrical-coordinate representation of color #660948: hue angle of 319.35º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660948 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB102972-
CMYK00.910.290.6
HSL319.35º83.78%21.76%-
HSV(B)319.35º91.18%40%-
XYZ6.753.496.45-
YUV43.99143.81169.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=55.74%
G=4.92%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10297200.910.290.6319.3583.7821.76
Hex6694805B1D3C13f5416
Octal146111100133357447712426
Binary1100110100110010000101101111101111100100111111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660948; }

 p { color: rgb(102,9,72); }

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

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

 a { background-color: rgb(102,9,72); }

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

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

 span { border-color: rgb(102,9,72); }

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