#670250

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

Shades of Tyrian Purple #670250

Tints of Tyrian Purple #670250

Color information

#670250 (or 0x670250) is unknown color: approx Tyrian Purple. HEX triplet: 67, 02 and 50. RGB value is (103,2,80). Sum of RGB (Red+Green+Blue) = 103+2+80=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #670250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670250 is #98FDAF. Grayscale: #282828. Windows color (decimal): -10026416 or 5243495. OLE color: 5243495.

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

Color convert

RGB103280-
CMYK00.980.220.60
HSL313.66º96.19%20.59%-
HSV(B)313.66º98.06%40.39%-
XYZ7.063.517.89-
YUV41.09149.96172.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.68%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=55.68%
G=1.08%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10328000.980.220.60313.6696.1920.59
Hex67250062163C13a6015
Octal14721200142267447214025
Binary11001111010100000110001010110111100100111010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670250; }

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

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

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

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

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

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

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

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