#670944

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

Shades of Tyrian Purple #670944

Tints of Tyrian Purple #670944

Color information

#670944 (or 0x670944) is unknown color: approx Tyrian Purple. HEX triplet: 67, 09 and 44. RGB value is (103,9,68). Sum of RGB (Red+Green+Blue) = 103+9+68=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #670944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670944 is #98F6BB. Grayscale: #2B2B2B. Windows color (decimal): -10024636 or 4458855. OLE color: 4458855.

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

Color convert

RGB103968-
CMYK00.910.340.60
HSL322.34º83.93%21.96%-
HSV(B)322.34º91.26%40.39%-
XYZ6.733.55.79-
YUV43.83141.64170.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 57.22%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 68 (26.95% from 255) = 37.78%
R=57.22%
G=5%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10396800.910.340.60322.3483.9321.96
Hex6794405B223C1425416
Octal147111040133427450212426
Binary11001111001100010001011011100010111100101000010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670944; }

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

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

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

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

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

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

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

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