#670579

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

Shades of Purple #670579

Tints of Purple #670579

Color information

#670579 (or 0x670579) is unknown color: approx Purple. HEX triplet: 67, 05 and 79. RGB value is (103,5,121). Sum of RGB (Red+Green+Blue) = 103+5+121=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #670579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670579 is #98FA86. Grayscale: #2F2F2F. Windows color (decimal): -10025607 or 7931239. OLE color: 7931239.

HSL color Cylindrical-coordinate representation of color #670579: hue angle of 290.69º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #670579 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1035121-
CMYK0.150.9600.53
HSL290.69º92.06%24.71%-
HSV(B)290.69º95.87%47.45%-
XYZ9.14.3718.45-
YUV47.53169.47167.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.98%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 121 (47.66% from 255) = 52.84%
R=44.98%
G=2.18%
B=52.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10351210.150.9600.53290.6992.0624.71
Hex67579F600351235c19
Octal14751711714006544313431
Binary11001111011111001111111000000110101100100011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670579; }

 p { color: rgb(103,5,121); }

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

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

 a { background-color: rgb(103,5,121); }

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

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

 span { border-color: rgb(103,5,121); }

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