#670328

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

Shades of Tyrian Purple #670328

Tints of Tyrian Purple #670328

Color information

#670328 (or 0x670328) is unknown color: approx Tyrian Purple. HEX triplet: 67, 03 and 28. RGB value is (103,3,40). Sum of RGB (Red+Green+Blue) = 103+3+40=146 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.55% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 103 - color contains mainly: red. Hex color #670328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670328 is #98FCD7. Grayscale: #252525. Windows color (decimal): -10026200 or 2622311. OLE color: 2622311.

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

Color convert

RGB103340-
CMYK00.970.610.60
HSL337.8º94.34%20.78%-
HSV(B)337.8º97.09%40.39%-
XYZ6.013.12.29-
YUV37.12129.63174.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 70.55%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=70.55%
G=2.05%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10334000.970.610.60337.894.3420.78
Hex673280613D3C1525e15
Octal1473500141757452213625
Binary11001111110100001100001111101111100101010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670328; }

 p { color: rgb(103,3,40); }

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

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

 a { background-color: rgb(103,3,40); }

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

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

 span { border-color: rgb(103,3,40); }

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