#670330

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

Shades of Tyrian Purple #670330

Tints of Tyrian Purple #670330

Color information

#670330 (or 0x670330) is unknown color: approx Tyrian Purple. HEX triplet: 67, 03 and 30. RGB value is (103,3,48). Sum of RGB (Red+Green+Blue) = 103+3+48=154 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.88% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 103 - color contains mainly: red. Hex color #670330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670330 is #98FCCF. Grayscale: #252525. Windows color (decimal): -10026192 or 3146599. OLE color: 3146599.

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

Color convert

RGB103348-
CMYK00.970.530.60
HSL333º94.34%20.78%-
HSV(B)333º97.09%40.39%-
XYZ6.163.163.08-
YUV38.03133.63174.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.88%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=66.88%
G=1.95%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10334800.970.530.6033394.3420.78
Hex67330061353C14d5e15
Octal1473600141657451513625
Binary11001111111000001100001110101111100101001101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670330; }

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

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

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

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

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

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

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

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