#670129

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

Shades of Tyrian Purple #670129

Tints of Tyrian Purple #670129

Color information

#670129 (or 0x670129) is unknown color: approx Tyrian Purple. HEX triplet: 67, 01 and 29. RGB value is (103,1,41). Sum of RGB (Red+Green+Blue) = 103+1+41=145 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.03% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 103 - color contains mainly: red. Hex color #670129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670129 is #98FED6. Grayscale: #242424. Windows color (decimal): -10026711 or 2687335. OLE color: 2687335.

HSL color Cylindrical-coordinate representation of color #670129: hue angle of 336.47º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670129 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB103141-
CMYK00.990.600.60
HSL336.47º98.08%20.39%-
HSV(B)336.47º99.03%40.39%-
XYZ63.072.37-
YUV36.06130.79175.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 71.03%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=71.03%
G=0.69%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10314100.990.600.60336.4798.0820.39
Hex671290633C3C1506214
Octal1471510143747452014224
Binary1100111110100101100011111100111100101010000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670129; }

 p { color: rgb(103,1,41); }

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

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

 a { background-color: rgb(103,1,41); }

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

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

 span { border-color: rgb(103,1,41); }

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