#660955

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

Shades of Tyrian Purple #660955

Tints of Tyrian Purple #660955

Color information

#660955 (or 0x660955) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 55. RGB value is (102,9,85). Sum of RGB (Red+Green+Blue) = 102+9+85=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #660955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660955 is #99F6AA. Grayscale: #2D2D2D. Windows color (decimal): -10090155 or 5572966. OLE color: 5572966.

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

Color convert

RGB102985-
CMYK00.910.170.6
HSL310.97º83.78%21.76%-
HSV(B)310.97º91.18%40%-
XYZ7.223.688.92-
YUV45.47150.31168.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=52.04%
G=4.59%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10298500.910.170.6310.9783.7821.76
Hex6695505B113C1375416
Octal146111250133217446712426
Binary1100110100110101010101101110001111100100110111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660955; }

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

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

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

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

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

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

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

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