#670931

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

Shades of Tyrian Purple #670931

Tints of Tyrian Purple #670931

Color information

#670931 (or 0x670931) is unknown color: approx Tyrian Purple. HEX triplet: 67, 09 and 31. RGB value is (103,9,49). Sum of RGB (Red+Green+Blue) = 103+9+49=161 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.98% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 103 - color contains mainly: red. Hex color #670931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670931 is #98F6CE. Grayscale: #292929. Windows color (decimal): -10024655 or 3213671. OLE color: 3213671.

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

Color convert

RGB103949-
CMYK00.910.520.60
HSL334.47º83.93%21.96%-
HSV(B)334.47º91.26%40.39%-
XYZ6.253.33.21-
YUV41.67132.14171.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.98%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 49 (19.53% from 255) = 30.43%
R=63.98%
G=5.59%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10394900.910.520.60334.4783.9321.96
Hex6793105B343C14e5416
Octal14711610133647451612426
Binary1100111100111000101011011110100111100101001110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670931; }

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

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

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

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

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

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

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

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