#670946

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

Shades of Tyrian Purple #670946

Tints of Tyrian Purple #670946

Color information

#670946 (or 0x670946) is unknown color: approx Tyrian Purple. HEX triplet: 67, 09 and 46. RGB value is (103,9,70). Sum of RGB (Red+Green+Blue) = 103+9+70=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #670946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670946 is #98F6B9. Grayscale: #2B2B2B. Windows color (decimal): -10024634 or 4589927. OLE color: 4589927.

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

Color convert

RGB103970-
CMYK00.910.320.60
HSL321.06º83.93%21.96%-
HSV(B)321.06º91.26%40.39%-
XYZ6.83.526.12-
YUV44.06142.64170.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.59%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 70 (27.73% from 255) = 38.46%
R=56.59%
G=4.95%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10397000.910.320.60321.0683.9321.96
Hex6794605B203C1415416
Octal147111060133407450112426
Binary11001111001100011001011011100000111100101000001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670946; }

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

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

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

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

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

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

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

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