#670682

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

Shades of Purple #670682

Tints of Purple #670682

Color information

#670682 (or 0x670682) is unknown color: approx Purple. HEX triplet: 67, 06 and 82. RGB value is (103,6,130). Sum of RGB (Red+Green+Blue) = 103+6+130=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #670682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670682 is #98F97D. Grayscale: #303030. Windows color (decimal): -10025342 or 8521319. OLE color: 8521319.

HSL color Cylindrical-coordinate representation of color #670682: hue angle of 286.94º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670682 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1036130-
CMYK0.210.9500.49
HSL286.94º91.18%26.67%-
HSV(B)286.94º95.38%50.98%-
XYZ9.694.6321.5-
YUV49.14173.64166.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.10%
GREEN value IS 6 (2.73% from 255) = 2.51%
BLUE value IS 130 (51.17% from 255) = 54.39%
R=43.10%
G=2.51%
B=54.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10361300.210.9500.49286.9491.1826.67
Hex67682155F03111f5b1b
Octal14762022513706143713333
Binary1100111110100000101010110111110110001100011111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670682; }

 p { color: rgb(103,6,130); }

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

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

 a { background-color: rgb(103,6,130); }

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

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

 span { border-color: rgb(103,6,130); }

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