#660850

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

Shades of Tyrian Purple #660850

Tints of Tyrian Purple #660850

Color information

#660850 (or 0x660850) is unknown color: approx Tyrian Purple. HEX triplet: 66, 08 and 50. RGB value is (102,8,80). Sum of RGB (Red+Green+Blue) = 102+8+80=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #660850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660850 is #99F7AF. Grayscale: #2C2C2C. Windows color (decimal): -10090416 or 5245030. OLE color: 5245030.

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

Color convert

RGB102880-
CMYK00.920.220.6
HSL314.04º85.45%21.57%-
HSV(B)314.04º92.16%40%-
XYZ7.013.587.91-
YUV44.31148.14169.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 8 (3.52% from 255) = 4.21%
BLUE value IS 80 (31.64% from 255) = 42.11%
R=53.68%
G=4.21%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10288000.920.220.6314.0485.4521.57
Hex6685005C163C13a5516
Octal146101200134267447212526
Binary1100110100010100000101110010110111100100111010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660850; }

 p { color: rgb(102,8,80); }

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

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

 a { background-color: rgb(102,8,80); }

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

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

 span { border-color: rgb(102,8,80); }

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