#670248

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

Shades of Tyrian Purple #670248

Tints of Tyrian Purple #670248

Color information

#670248 (or 0x670248) is unknown color: approx Tyrian Purple. HEX triplet: 67, 02 and 48. RGB value is (103,2,72). Sum of RGB (Red+Green+Blue) = 103+2+72=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #670248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670248 is #98FDB7. Grayscale: #282828. Windows color (decimal): -10026424 or 4719207. OLE color: 4719207.

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

Color convert

RGB103272-
CMYK00.980.300.60
HSL318.42º96.19%20.59%-
HSV(B)318.42º98.06%40.39%-
XYZ6.783.396.43-
YUV40.18145.96172.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 58.19%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=58.19%
G=1.13%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10327200.980.300.60318.4296.1920.59
Hex672480621E3C13e6015
Octal14721100142367447614025
Binary11001111010010000110001011110111100100111110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670248; }

 p { color: rgb(103,2,72); }

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

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

 a { background-color: rgb(103,2,72); }

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

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

 span { border-color: rgb(103,2,72); }

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