#670257

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

Shades of Tyrian Purple #670257

Tints of Tyrian Purple #670257

Color information

#670257 (or 0x670257) is unknown color: approx Tyrian Purple. HEX triplet: 67, 02 and 57. RGB value is (103,2,87). Sum of RGB (Red+Green+Blue) = 103+2+87=192 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.65% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 103 - color contains mainly: red. Hex color #670257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670257 is #98FDA8. Grayscale: #292929. Windows color (decimal): -10026409 or 5702247. OLE color: 5702247.

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

Color convert

RGB103287-
CMYK00.980.160.60
HSL309.5º96.19%20.59%-
HSV(B)309.5º98.06%40.39%-
XYZ7.343.629.33-
YUV41.89153.46171.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.65%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 87 (34.38% from 255) = 45.31%
R=53.65%
G=1.04%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10328700.980.160.60309.596.1920.59
Hex67257062103C1366015
Octal14721270142207446614025
Binary11001111010101110110001010000111100100110110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670257; }

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

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

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

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

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

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

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

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