#670646

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

Shades of Tyrian Purple #670646

Tints of Tyrian Purple #670646

Color information

#670646 (or 0x670646) is unknown color: approx Tyrian Purple. HEX triplet: 67, 06 and 46. RGB value is (103,6,70). Sum of RGB (Red+Green+Blue) = 103+6+70=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #670646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670646 is #98F9B9. Grayscale: #2A2A2A. Windows color (decimal): -10025402 or 4589159. OLE color: 4589159.

HSL color Cylindrical-coordinate representation of color #670646: hue angle of 320.41º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670646 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB103670-
CMYK00.940.320.60
HSL320.41º88.99%21.37%-
HSV(B)320.41º94.17%40.39%-
XYZ6.763.466.1-
YUV42.3143.64171.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 57.54%
GREEN value IS 6 (2.73% from 255) = 3.35%
BLUE value IS 70 (27.73% from 255) = 39.11%
R=57.54%
G=3.35%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10367000.940.320.60320.4188.9921.37
Hex6764605E203C1405915
Octal14761060136407450013125
Binary1100111110100011001011110100000111100101000000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670646; }

 p { color: rgb(103,6,70); }

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

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

 a { background-color: rgb(103,6,70); }

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

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

 span { border-color: rgb(103,6,70); }

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