#660952

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

Shades of Tyrian Purple #660952

Tints of Tyrian Purple #660952

Color information

#660952 (or 0x660952) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 52. RGB value is (102,9,82). Sum of RGB (Red+Green+Blue) = 102+9+82=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #660952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660952 is #99F6AD. Grayscale: #2C2C2C. Windows color (decimal): -10090158 or 5376358. OLE color: 5376358.

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

Color convert

RGB102982-
CMYK00.910.200.6
HSL312.9º83.78%21.76%-
HSV(B)312.9º91.18%40%-
XYZ7.13.638.31-
YUV45.13148.81168.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=52.85%
G=4.66%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10298200.910.200.6312.983.7821.76
Hex6695205B143C1395416
Octal146111220133247447112426
Binary1100110100110100100101101110100111100100111001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660952; }

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

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

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

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

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

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

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

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